Merge branch 'test' of https://newgitea.sxczgkj.cn/czg_team/cashier_wx into test
This commit is contained in:
@@ -31,6 +31,14 @@ export const APIuser = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
export const updateUserInfoReq = (data) => {
|
||||
return request({
|
||||
url: url + '/user',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
//获取手机号
|
||||
export const APIuserphone = (data) => {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user