From 18d0acca1a2e04b59a584683ebb293139cce29de Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Sat, 25 Apr 2020 00:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=8F=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/store/IncreaseStoreManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/store/IncreaseStoreManager.js b/src/services/store/IncreaseStoreManager.js index d45c01c..7737b0f 100644 --- a/src/services/store/IncreaseStoreManager.js +++ b/src/services/store/IncreaseStoreManager.js @@ -45,7 +45,7 @@ export function downBigRegionData(params, call) { * @returns {Promise} */ export function downloadStoreCode(params, call) { - return http.downloadZip('/store/emp/download/store/code/bsd','门店码', params).then(call); + return http.downloadZip('/store/emp/download/store/code','门店码', params).then(call); } /** * 下载门店导购码 @@ -54,7 +54,7 @@ export function downloadStoreCode(params, call) { * @returns {Promise} */ export function downloadStoreSellerCode(params, call) { - return http.downloadZip('/store/emp/download/store/seller/code/bsd','门店导购码', params).then(call); + return http.downloadZip('/store/emp/download/store/seller/code','门店导购码', params).then(call); }