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