From 6905d841bf07b7a98bdc805ace3fe295176fd6a5 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Tue, 19 Nov 2019 14:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/ExchangeController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/ExchangeController.class.php b/Application/Sdk/Controller/ExchangeController.class.php index 91e32f84..87044062 100644 --- a/Application/Sdk/Controller/ExchangeController.class.php +++ b/Application/Sdk/Controller/ExchangeController.class.php @@ -34,8 +34,9 @@ class ExchangeController extends BaseController{ 'user_id' => $request['user_id'], 'game_id' => $request['game_id'], 'order_id' => '', + 'extend' => $request['extend'], 'price' => $request['price'], - 'type' => '', + 'type' => '', // 'info' => json_encode($request), 'status' => 'normal', 'create_time' => time()