second-hand-api-map.js 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 module.exports = { '/api/ufo/secondhand/productDetail': { ufo: true, auth: false, api: 'ufo.product.secondHand.data', params: { skup: { type: Number } // 商品池id }, } };