From 2e88047ef33112286071cecf270d2b647e7d3614 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Fri, 15 Nov 2019 10:18:00 +0800 Subject: [PATCH] =?UTF-8?q?cp=E5=8F=91=E9=80=81=E7=9A=84=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=86=99=E5=85=A5=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/ExchangeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/ExchangeController.class.php b/Application/Sdk/Controller/ExchangeController.class.php index 6157b53c..91e32f84 100644 --- a/Application/Sdk/Controller/ExchangeController.class.php +++ b/Application/Sdk/Controller/ExchangeController.class.php @@ -30,7 +30,7 @@ class ExchangeController extends BaseController{ $request = json_decode(base64_decode(file_get_contents("php://input")),true); $request = SafeFilter($request); - M("pay_info")->add([ + M("pay_info", "tab_")->add([ 'user_id' => $request['user_id'], 'game_id' => $request['game_id'], 'order_id' => '',