From a3dae951f2645f3d5adabf21337c10a9a35aa862 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Tue, 12 Nov 2019 17:32:44 +0800 Subject: [PATCH] =?UTF-8?q?ios=20=E5=85=BC=E5=AE=B9=E6=97=A7=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/AppleController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/AppleController.class.php b/Application/Sdk/Controller/AppleController.class.php index 667100e2..3f2bfc56 100644 --- a/Application/Sdk/Controller/AppleController.class.php +++ b/Application/Sdk/Controller/AppleController.class.php @@ -124,7 +124,7 @@ class AppleController extends BaseController{ echo json_encode(['code'=>0,'msg'=>'订单号重复,请关闭支付页面重新支付']);exit; } - $this->other_price($request); + // $this->other_price($request); if(get_zfb_type()==0){ // 支付宝官方 if(C('alipay.way')==1/* || ($request['is_create_ordernumer']==1 && C('alipay.way')==0) */){ /* wap */ @@ -400,7 +400,7 @@ class AppleController extends BaseController{ $pay_amount = $discount * $request['price'] / 10; // file_put_contents(dirname(__FILE__).'/1222222.txt',get_wx_pay_type()); // 绑币平台币优先处理 - $this->other_price($request, $discountAmount); + // $this->other_price($request, $discountAmount); //0 官方 1威富通 2俊付通 if (get_wx_pay_type() == 0) {