Commit 8448ad38 by wufan

feat:替换修改个人信息接口

parent e5affb3c
/* /*
* @Author: wufan * @Author: wufan
* @Date: 2020-11-25 18:25:02 * @Date: 2020-11-25 18:25:02
* @LastEditors: zhangleyuan * @LastEditors: wufan
* @LastEditTime: 2020-12-23 16:52:56 * @LastEditTime: 2021-01-11 19:38:50
* @Description: Description * @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -41,7 +41,7 @@ export function addEmployee(params: object) { ...@@ -41,7 +41,7 @@ export function addEmployee(params: object) {
} }
export function editEmployee(params: object) { export function editEmployee(params: object) {
return Service.Hades("public/hades/editStoreUser", params); return Service.Hades("public/hades/editOneselfMsg", params);
} }
export function deleteEmployee(params: object) { export function deleteEmployee(params: object) {
......
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