Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
3201dc0880
1 changed files with 0 additions and 1 deletions
  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{