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