From 67d26f9fb52045b9dda7850651e70356658ac85c Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Fri, 15 Nov 2019 14:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A7=E7=89=88ios=20alipay=E5=85=85?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/AppleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/AppleController.class.php b/Application/Sdk/Controller/AppleController.class.php index d0566a97..5f9d0061 100644 --- a/Application/Sdk/Controller/AppleController.class.php +++ b/Application/Sdk/Controller/AppleController.class.php @@ -126,7 +126,7 @@ class AppleController extends BaseController{ // $this->other_price($request); - if(get_zfb_type()==0){ // 支付宝官方 + if(get_zfb_type()==0 || $request['api_ver'] != 2){ // 支付宝官方 if(C('alipay.way')==1/* || ($request['is_create_ordernumer']==1 && C('alipay.way')==0) */){ /* wap */ $game_set_data = get_game_set_info($request['game_id']);