Authored by 郭成尧

'del-dev-data'

... ... @@ -547,16 +547,6 @@ const getShopData = (req, shopId, uid, isApp) => {
/* 店鋪優惠券 */
let shopCoupons = result[3] || [];
// TODO TAR
shopCoupons.push({
validity: 1,
id: crypto.encryption('', '45454566'),
name: 3,
pic: 4,
money: 5,
status: true
});
// 店铺分类
return _getShopCategory(shopId, channel).then((shopCategory) => {
shopData = _.assign({
... ...