!119 2022-1-27 Carl

Merge pull request !119 from Admin/sit-jiamin-v2
This commit is contained in:
Admin
2022-01-27 03:20:13 +00:00
committed by Gitee
5 changed files with 170 additions and 47 deletions

View File

@@ -154,6 +154,17 @@ export const userLongin = (mobile, pet,address) => {
}
return fetch('member?type=get', data, 'POST' )
}
/**
* 登录和注册
*/
export const userregOrLogin = (mobile) => {
var data = {
id:'',
mobile:mobile,
}
return fetch('regOrLogin?phoneNumber='+ mobile , data, 'POST' )
}
//注册
export const useredit = (mobile, pet,address) => {