ios 兼容旧包

master
tpingzhang 5 years ago
parent 78062012f8
commit 9f1d559539

@ -119,6 +119,8 @@ class SpendController extends Controller {
$file = file_get_contents ( "./Application/Sdk/OrderNo/" . $user_id . "-" . $game_id . ".txt" );
$request = json_decode ( think_decrypt ( $file ), true );
C(BaseController::get_tool());
$data = array(
'coin' => $request ['body'],
'price' => $request ['price'],

Loading…
Cancel
Save