【修改】注册联调
This commit is contained in:
@@ -72,7 +72,9 @@ const UserApi = {
|
||||
// 获取用户的信息
|
||||
getUserInfo: (params) => http.get(`${URL_CONFIG}sys/user/queryById`, params),
|
||||
// 注册
|
||||
registerUser: (params) => http.post(`${URL_CONFIG}sys/user/register`, params),
|
||||
registerUser: (params) => http.post(`${URL_CONFIG}home/registerSelf`, params),
|
||||
// 手机号唯一校验
|
||||
checkPhoneOnly: (params) => http.get(`${URL_CONFIG}/sys/duplicate/check`, params),
|
||||
}
|
||||
|
||||
export default UserApi
|
||||
|
||||
Reference in New Issue
Block a user