...
This commit is contained in:
parent
31fff493af
commit
56a746970b
@ -1241,8 +1241,8 @@ class BlindBoxResult(object):
|
|||||||
class InappPurchaseRecord(object):
|
class InappPurchaseRecord(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['productId', '', '商品id'],
|
# ['productId', '', '商品id'],
|
||||||
['gameOrderId', '', '游戏订单id'],
|
# ['gameOrderId', '', '游戏订单id'],
|
||||||
['orderId', '', 'google订单id'],
|
# ['orderId', '', 'google订单id'],
|
||||||
['status', 0, '订单状态'],
|
# ['status', 0, '订单状态'],
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user