From cc7f03bcbb427ce334f6935311d22f36a61c21fd Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期四, 20 七月 2023 11:52:48 +0800
Subject: [PATCH] 修改“我发布的”,为本级发出

---
 src/api/send.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/send.js b/src/api/send.js
index 621e9f7..616456b 100644
--- a/src/api/send.js
+++ b/src/api/send.js
@@ -10,6 +10,15 @@
     })
 }
 
+// 信息修改
+export function msgUpdate(data){
+    return request({
+        url: '/warning/info/updateById',
+        method: 'post',
+        data: data
+    })
+}
+
 // 群发信息
 export function massSend(data){
     return request({

--
Gitblit v1.9.2