From ba1b4ed726f84ad45a52c355510ab2cc55356de0 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 25 六月 2021 14:28:51 +0800
Subject: [PATCH] 根据id找是否关注

---
 src/api/user.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/user.ts b/src/api/user.ts
index 13afcab..58be30b 100644
--- a/src/api/user.ts
+++ b/src/api/user.ts
@@ -64,3 +64,10 @@
   });
 };
 
+export const deleteUser = (params: any) => {
+  return request({
+    url: "/data/api-u/users/delUser",
+    method: "post",
+    data: params
+  });
+};

--
Gitblit v1.8.0