소스 검색

sunguidong

zhangguidong 2 년 전
부모
커밋
a9ea0a241a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      addon/wechatpay/model/Pay.php

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

@@ -37,11 +37,11 @@ class Pay extends BaseModel
         if(!empty($config)){
             $config_info = $config["value"];
         }
-        print_r(111);die;
         $app_id = "";
         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{