diff --git a/Application/Sdk/Controller/WapPayController.class.php b/Application/Sdk/Controller/WapPayController.class.php index 53a9ba59..b6074a2d 100644 --- a/Application/Sdk/Controller/WapPayController.class.php +++ b/Application/Sdk/Controller/WapPayController.class.php @@ -554,6 +554,8 @@ class WapPayController extends BaseController{ $request = json_decode(base64_decode(file_get_contents("php://input")), true); file_put_contents("./Application/Sdk/OrderNo/".$request['user_id']."-".$request['game_id'].".txt",think_encrypt(json_encode($request))); + $this->set_message(1088, "fail", "暂不支持此方式充值"); + // 支付验证 是否让支付 $payCheck = pay_check($request['user_id']); if (!$payCheck['code']) {