[update] 个人中心所有模块

This commit is contained in:
lideqin
2023-09-14 11:16:33 +08:00
parent 4218865da8
commit bdb9e0d18c
10 changed files with 622 additions and 1854 deletions
+12
View File
@@ -0,0 +1,12 @@
import { getAction } from './manage'
// 我的收藏-取消收藏
const cancelCollect = (params) => getAction('', params)
// 浏览记录-清除浏览记录
const clearBrowsingHistory = (params) => getAction('', params)
export {
cancelCollect,
clearBrowsingHistory
}