From 6b53131d87ce532f6c9d02749cf50a3ab692aa4a Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 28 Nov 2019 07:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81=E6=AD=A4?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=85=85=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/WapPayController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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']) {