From a565d5470a8f242869503d4c0dca1741f9ae7fa7 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Fri, 13 Dec 2019 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?apple=20=E5=86=85=E8=B4=AD?= 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 7695c5f4..446f1fdb 100644 --- a/Application/Sdk/Controller/ExchangeController.class.php +++ b/Application/Sdk/Controller/ExchangeController.class.php @@ -187,7 +187,7 @@ class ExchangeController extends BaseController{ file_put_contents("./Application/Sdk/Scheme/".$request['game_id'].".txt",$request['scheme']); - if(get_game_appstatus2($request['game_id'])){ /* 第三方支付 */ + if(get_game_appstatus2($request['game_id'])&&$request['is_create_ordernumer']!=1){ /* 第三方支付 */ $prefix = $request['code'] == 1 ? "SP_" : "PF_"; // SP $out_trade_no = $prefix.date('Ymd').date('His').sp_random_string(4); $request['pay_order_number'] = $out_trade_no;