From bd4aeec2acffdb774fef0cfcc7fd9a22ade40d59 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Tue, 19 Nov 2019 09:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=B8=81=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/WapPayController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/WapPayController.class.php b/Application/Sdk/Controller/WapPayController.class.php index a786065f..54c1c79a 100644 --- a/Application/Sdk/Controller/WapPayController.class.php +++ b/Application/Sdk/Controller/WapPayController.class.php @@ -569,6 +569,7 @@ class WapPayController extends BaseController{ if (I('request.code') == 0 && I('request.type') == 'platform') { $request['code'] = 0; + $request['user_id'] = I('request.user_id'); $request['price'] = I('request.price'); $request['game_id'] = I('request.game_id'); $type = "platform";