@ -43,7 +43,7 @@ export function listOfSellerByStore(params, call) {
* @returns {Promise<any>}
*/
export function generalizeOfRetail(params, call) {
return http.get('/retail/retail', params).then(call)
return http.get('/retail/retail/new', params).then(call)
}
/**