article-api-map.js 288 Bytes
module.exports = {
  '/api/grass/product/article': {
    ufo: false,
    auth: false,
    api: 'app.grass.simpleProductArticle',
    params: {
      productSkn: {type: Number},
      productType: {type: Number},// 1.有货商品 2.ufo商品
      fromXianYu: {type: String}
    }
  },
};