2023-07-20 16:32:30 +08:00
|
|
|
import oahttp from "@/utils/oahttp.js";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 公告列表
|
|
|
|
*/
|
|
|
|
export const noticeList = (data) => oahttp.get('/article/lists', data)
|
2023-07-21 17:06:50 +08:00
|
|
|
export const noticeDetail = (data) => oahttp.get('/article/detail', data)
|