From 84c4da09d48a202cba443321836519a18495196a Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 11 四月 2023 09:17:57 +0800 Subject: [PATCH] 微信小程序orderTye 改为 orderType --- api/globalApi.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 9c99255..f51a4c4 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -247,14 +247,14 @@ */ getOneEvacuation: { url: "/wrzs/userOperation/getOneEvacuation", - method: 'GET' + method: 'POST' }, /** * @description 绗簩娆℃斁绌� */ getTwoEvacuation: { url: "/wrzs/userOperation/getTwoEvacuation", - method: 'GET' + method: 'POST' }, /** * @绉伴噸 -- Gitblit v1.9.1