From 85da22c4861736f7b0cabbc75daecbe4fea1bf80 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期日, 04 七月 2021 21:01:12 +0800 Subject: [PATCH] 周天更改 --- src/api/user.ts | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/user.ts b/src/api/user.ts index 13afcab..b2b61a0 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -64,3 +64,18 @@ }); }; +export const deleteUser = (params: any) => { + return request({ + url: "/data/api-u/users/delUser", + method: "post", + data: params + }); +}; + + +export const defHeadPics = () => { + return request({ + url: "/data/api-u/users/defHeadPics", + method: "get" + }); +}; \ No newline at end of file -- Gitblit v1.8.0