zhangguidong 2 سال پیش
والد
کامیت
3201dc0880
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      addon/wechatpay/model/Pay.php

+ 0 - 1
addon/wechatpay/model/Pay.php

@@ -41,7 +41,6 @@ class Pay extends BaseModel
         if($is_weapp == 0){
             $wechat_config_model = new WechatConfig();
             $wechat_config_result = $wechat_config_model->getWechatConfig();
-            print_r($wechat_config_result);die;
             $wechat_config = $wechat_config_result["data"];
             $app_id = $wechat_config["value"]["appid"];
         }else{