批量下载图片

master
LegnaYet 6 years ago
parent 8d8379963f
commit b250da3aeb

@ -22,7 +22,7 @@ export function downSellerData(params, call) {
* 下拉框数据店铺 * 下拉框数据店铺
*/ */
export function downShopData(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)
} }
/** /**

@ -73,7 +73,7 @@ export function generalizeOfSeller(params, call) {
* @returns {Promise<any>} * @returns {Promise<any>}
*/ */
export function storeInit(params, call) { 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)
} }
/** /**
* 导购信息 * 导购信息

@ -27,7 +27,7 @@ export function downRegionData(params, call) {
* 下拉框数据店铺 * 下拉框数据店铺
*/ */
export function downShopData(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)
} }
/** /**

Loading…
Cancel
Save