|
|
|
@ -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)
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 导购信息
|
|
|
|
|