From eb6674449920c5452811feee3d82f6c6b965089d Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 30 三月 2021 17:05:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/api/request.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 445b185..9f9091d 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -15,3 +15,10 @@ } }) } +export function requestWasteWater (data = {}) { + return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), { + headers: { + 'Content-Type': 'application/json' + } + }) +} \ No newline at end of file -- Gitblit v1.8.0