From 94c0d0e83488dc4aa0cfb57b652d334ca920ee5a Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 20 七月 2023 08:50:59 +0800 Subject: [PATCH] 审核接口 --- api/information.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/api/information.js b/api/information.js new file mode 100644 index 0000000..1ab35b3 --- /dev/null +++ b/api/information.js @@ -0,0 +1,17 @@ +import {service} from '../common/request.js'; + +export function getInfo(data) { + return service({ + url: '/app/warninfo/waitForPublish/Page', + method: 'POST', + data + }) +} + +export function publishInfo(data) { + return service({ + url: '/app/warninfo/publishById', + method: 'GET', + data + }) +} \ No newline at end of file -- Gitblit v1.9.2