Browse Source

消防视频会议短信

lchao 2 năm trước cách đây
mục cha
commit
32a964a337
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -301,7 +301,7 @@ export function eventHandling(id,eventCode) {
 // 会议添加联系人并发送短信
 export function sendMessage(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/sendMeetingMsg',
+    url: '/center-firecontrol/VisuForestCloudMapController/sendMeetingMsgFireControl',
     method: 'post',
     data:param
   })