This commit is contained in:
aozhiwei 2023-07-31 17:58:59 +08:00
parent 4289a05894
commit 323005b8a3
2 changed files with 4 additions and 0 deletions

View File

@ -399,6 +399,8 @@ class GoodsInfo(object):
['normal_gift', '', '普通狗赠品'],
['free_type', 0, '免费类型 0:不免费 1:日刷新'],
['shop_icon', 0, '商品图标'],
['gg_product_id', 0, '谷歌商品id'],
['ios_produnct_id', 0, 'ios商品id'],
]
class Goods(object):

View File

@ -145,6 +145,8 @@ class ShopService {
'price' => $goodsMeta['price'],
'free_type' => $goodsMeta['free_type'],
'shop_icon' => $goodsMeta['shop_icon'],
'gg_product_id' => $goodsMeta['gg_product_id'],
'ios_product_id' => $goodsMeta['ios_product_id'],
);
}