This commit is contained in:
songliang 2023-07-11 10:51:27 +08:00
parent 31fff493af
commit 56a746970b

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, '订单状态'],
]