Authored by zhangwenxue

fix: add missing commit

... ... @@ -12,10 +12,10 @@ module.exports = {
// 查询是否收藏
'/api/ufo/product/fav': {
ufo: true,
auth: false,
auth: true,
api: 'ufo.user.isFavorite',
params: {
product_id: {type: Number}, // 商品id
productId: {type: Number}, // 商品id
},
},
... ...