mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 08:03:49 +08:00
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user