|
@@ -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{
|