1
This commit is contained in:
parent
4289a05894
commit
323005b8a3
@ -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):
|
||||
|
@ -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'],
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user