Commit c7f47b07 by 莫晓莉

栏目接口

parent 4c209615
......@@ -149,3 +149,13 @@ export const logDetail = (data) => {
})
}
//查询信息
export const findNews = (data) => {
return request({
url: 'websiteCluster/website/findNews',
method: 'POST',
data
})
}
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