snow 2 years ago
parent
commit
89b23e65b6
1 changed files with 1 additions and 1 deletions
  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 => {