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