update 我的消息
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { postAction } from './manage'
|
||||
import { getAction, postAction } from './manage'
|
||||
|
||||
// 我的收藏-取消收藏
|
||||
const cancelCollect = (params) => postAction('/personal/lawsStandardCollection/delete', params)
|
||||
@@ -6,7 +6,11 @@ const cancelCollect = (params) => postAction('/personal/lawsStandardCollection/d
|
||||
// 浏览记录-清除浏览记录
|
||||
const clearBrowsingHistory = (params) => postAction('/personal/lawsBrowsingHistory/delete', params)
|
||||
|
||||
// 我的消息-详情
|
||||
const getMsgDetail = (params) => getAction('/sys/sysAnnouncementSend/getDetailsById', params)
|
||||
|
||||
export {
|
||||
cancelCollect,
|
||||
clearBrowsingHistory
|
||||
clearBrowsingHistory,
|
||||
getMsgDetail
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user