This commit is contained in:
songliang 2023-07-11 11:56:57 +08:00
parent e527e9e304
commit 09b28c5325

View File

@ -1241,8 +1241,8 @@ class BlindBoxResult(object):
class InappPurchaseRecord(object):
def __init__(self):
self.fields = [
# ['productId', '', '商品id'],
# ['gameOrderId', '', '游戏订单id'],
# ['orderId', '', 'google订单id'],
# ['status', 0, '订单状态'],
['productId', '', '商品id'],
['gameOrderId', '', '游戏订单id'],
['orderId', '', 'google订单id'],
['status', 0, '订单状态'],
]