微信公众号支付:接入 100%

This commit is contained in:
YunaiV
2023-12-24 11:41:17 +08:00
parent f90096e20a
commit b548999e89
4 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -220,7 +220,8 @@ const request = (config) => {
// TODO 芋艿:额外拼接
if (config.url.indexOf('/app-api/') >= 0) {
// config.url = 'http://api-dashboard.yudao.iocoder.cn' + config.url; // 调用【云端】
config.url = 'http://127.0.0.1:48080' + config.url; // 调用【本地】
// config.url = 'http://127.0.0.1:48080' + config.url; // 调用【本地】
config.url = 'http://yunai.natapp1.cc' + config.url; // 调用【natapp】
}
return http.middleware(config);
};