Merge branch '20220829-更换userInfo服务' into 'release_20220923'

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

See merge request eshop/fe_service_ebtp_frontend!7
This commit is contained in:
jl-zhoujl2
2022-09-24 00:34:40 +00:00
5 changed files with 10 additions and 10 deletions

View File

@ -87,7 +87,7 @@ export async function refreshTokenApi(params: any, headers: any) {
}
export async function getPassword(params: any) { // 获取后台验证码接口
return request('/api/biz-service-ebtp-extend/v1/userpassword/validatePassword', {
return request('/api/core-service-ebtp-userinfo/v1/userpassword/validatePassword', {
method: 'POST',
params: params
});