category-api-map.js
452 Bytes
module.exports = {
'/api/ufo/category/saleCategory': {
ufo: true,
api: 'ufo.product.saleCategory',
params: {},
},
'/api/ufo/category/search/brandList': {
ufo: true,
api: 'ufo.product.search.brandList',
params: {
},
},
'/api/ufo/category/saleCategoryDetail': {
ufo: true,
api: 'ufo.product.saleCategoryDetail',
params: {
id: { type: String }
},
},
};