提交 9fb3eea1 authored 作者: 王鹏飞's avatar 王鹏飞

接口地址调整

上级 5c4a2452
......@@ -28,13 +28,13 @@ export function sendCode(data, options) {
export function resetPassword(data, options) {
return httpRequest.post('/api/usercenter/user/update-pwd', data, options)
}
// xlms注册
// 1+x注册
export function xlmsRegister(data) {
return httpRequest.post('/api/xlms/user/register', data, { headers: { tenant: 'x1' } })
return httpRequest.post('/api/zy/user/register', data, { headers: { tenant: 'x1' } })
}
// 获取学校
export function getSchool() {
return httpRequest.get('/api/xlms/user/school-list', { headers: { tenant: 'x1' } })
return httpRequest.get('/api/zy/user/school-list', { headers: { tenant: 'x1' } })
}
// 修改用户信息
export function updateUser(data) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论