瀏覽代碼

sunguidong

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{