|
@@ -128,7 +128,7 @@ export default {
|
|
|
config
|
|
|
}
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- const url = getUrl(/weixinApi/.test(path) ? path : `/profileApi${path}`);
|
|
|
+ const url = getUrl(/\/sns/.test(path) ? path : `/profileApi${path}`);
|
|
|
console.log(130, url);
|
|
|
const { header } = handleConfig(config)
|
|
|
log.info(`===>request-kip url: ${url}`)
|