8.29 修改获取用户信息接口为userInfo服务

This commit is contained in:
jl-zhoujl2
2022-08-29 13:45:05 +08:00
parent c060f3fa23
commit a1201fccce
5 changed files with 10 additions and 10 deletions

View File

@ -75,15 +75,15 @@ request.interceptors.request.use(async (url, options) => {
url.startsWith('/api/auth/reloadToken') ||
url.startsWith('/api/auth/reloadPartnerToken') ||
url.startsWith('/api/api/mall-expe') ||
url == '/api/biz-service-ebtp-extend/v1/userpassword/validatePassword' ||
url == '/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword' ||
url.startsWith('/api/notification')
) {
headers = {
...options.headers,
};
url.startsWith('/api/api/mall-prox') ||
url.startsWith('/api/api/mall-expe') ||
url == '/api/biz-service-ebtp-extend/v1/userpassword/validatePassword'
url.startsWith('/api/api/mall-expe') ||
url == '/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword'
? (options.credentials = 'omit')
: null;
} else {