Commit fc05a206 authored by 沈良进's avatar 沈良进

页面修改

parent f1e3e580
......@@ -777,4 +777,15 @@ export function queryChapterList(data) {
method: 'post',
data
})
}
/**
* 获取日志列表
*/
export function GetMsgLogPage(data) {
return request({
url: "/Public/GetMsgLogPage",
method: 'post',
data
})
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment