Commit 1987a8f4 authored by renjintao's avatar renjintao

account/sync

parent 4cbb9aa6
...@@ -28,7 +28,8 @@ export default { ...@@ -28,7 +28,8 @@ export default {
}, },
//在10010上更新用户信息//新增、修改、删除、修改密码 //在10010上更新用户信息//新增、修改、删除、修改密码
authAccount(params) { authAccount(params) {
return Api.post(`${Platform}/api/services/app/useraccount/sync`, params); return Api.post(`${Platform}/account/sync`, params);//168
// return Api.post(`${Platform}/api/services/app/useraccount/sync`, params);
}, },
//10010重置密码 //10010重置密码
authResetpassword(params) { authResetpassword(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment