From e8d850f8559ccd386689576961676fc924bc5421 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 25 六月 2021 14:13:10 +0800
Subject: [PATCH] 添加关注bug

---
 src/api/shuohuang.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts
index accdfee..4e284cc 100644
--- a/src/api/shuohuang.ts
+++ b/src/api/shuohuang.ts
@@ -24,9 +24,9 @@
     method: 'get'
   })
 
-export const updateVideoAnalyze = (data: any) =>
+export const updateFollow = (data: any) =>
   request({
-    url: '/data/api-c/lkg/update',
+    url: '/data/api-c/lkg/updateFollow',
     method: 'post',
     data
   })

--
Gitblit v1.8.0