[update] 个人中心所有模块联调
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { getAction } from './manage'
|
||||
import { postAction } from './manage'
|
||||
|
||||
// 我的收藏-取消收藏
|
||||
const cancelCollect = (params) => getAction('', params)
|
||||
const cancelCollect = (params) => postAction('/personal/lawsStandardCollection/delete', params)
|
||||
|
||||
// 浏览记录-清除浏览记录
|
||||
const clearBrowsingHistory = (params) => getAction('', params)
|
||||
const clearBrowsingHistory = (params) => postAction('/personal/lawsBrowsingHistory/delete', params)
|
||||
|
||||
export {
|
||||
cancelCollect,
|
||||
|
||||
Reference in New Issue
Block a user