From b250da3aebbf6ea24f827e5fa10b499ff0c3a50a Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Mon, 27 Apr 2020 21:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8B=E8=BD=BD=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/datacenter/DataCenter.js | 2 +- src/services/generalize/IncreaseData.js | 2 +- src/services/staff/staff.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/services/datacenter/DataCenter.js b/src/services/datacenter/DataCenter.js index 29c8904..2da8556 100644 --- a/src/services/datacenter/DataCenter.js +++ b/src/services/datacenter/DataCenter.js @@ -22,7 +22,7 @@ export function downSellerData(params, call) { * 下拉框数据店铺 */ export function downShopData(params, call) { - return http.get('/poi/store/user/shop',params).then(call) + return http.post('/poi/store/user/shop',params).then(call) } /** diff --git a/src/services/generalize/IncreaseData.js b/src/services/generalize/IncreaseData.js index 57f172c..c7a950b 100644 --- a/src/services/generalize/IncreaseData.js +++ b/src/services/generalize/IncreaseData.js @@ -73,7 +73,7 @@ export function generalizeOfSeller(params, call) { * @returns {Promise} */ export function storeInit(params, call) { - return http.get('/poi/store/user/shop', params).then(call) + return http.post('/poi/store/user/shop', params).then(call) } /** * 导购信息 diff --git a/src/services/staff/staff.js b/src/services/staff/staff.js index 593cd2b..c6ad4b9 100644 --- a/src/services/staff/staff.js +++ b/src/services/staff/staff.js @@ -27,7 +27,7 @@ export function downRegionData(params, call) { * 下拉框数据店铺 */ export function downShopData(params, call) { - return http.get('/poi/store/user/shop',params).then(call) + return http.post('/poi/store/user/shop',params).then(call) } /**