更换手机号,修改密码,新老手机号验证

This commit is contained in:
骆超
2023-05-10 15:59:19 +08:00
parent 69357846e7
commit be6bc9c046
3 changed files with 27 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
import request from '@/utils/request'
const service_name ='oil-user'
const group_name ='oilCustomerChannelRelation'
const service_name ='xkhl-user'
const group_name ='oilCustomerChannelRelation'
const change_phone ='sysCustomerInfo'
export default{
//根据用户手机查询油站
@@ -91,7 +91,7 @@ export default{
initCouldUser(){
return request({
url: `/${service_name}/sysCustomerInfo/initCouldUser/initCouldUser`,
method: 'GET'
method: 'GET'
})
},
}
}