snow 2 年之前
父节点
当前提交
89b23e65b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/interest/account/index.ts

+ 1 - 1
src/api/interest/account/index.ts

@@ -10,7 +10,7 @@ interface ResponseType extends Promise<any> {
 }
 // 添加
 export const httpAdd = (data: object): ResponseType => {
-  return http.request("post", `${yewuApi}adminAccountAdd`, { data });
+  return http.request("post", `${yewuApi}useradd`, { data });
 };
 // 列表
 export const httpList = (data: object): ResponseType => {