1
This commit is contained in:
parent
1262c64eaa
commit
da2626b2cd
@ -1215,7 +1215,7 @@ class Sign(object):
|
|||||||
]
|
]
|
||||||
|
|
||||||
class ShopTrans(object):
|
class ShopTrans(object):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['trans_id', '', 'trans_id'],
|
['trans_id', '', 'trans_id'],
|
||||||
@ -1223,15 +1223,15 @@ class ShopTrans(object):
|
|||||||
['item_id', 0, 'item_id'],
|
['item_id', 0, 'item_id'],
|
||||||
['item_num', 0, 'item_num'],
|
['item_num', 0, 'item_num'],
|
||||||
]
|
]
|
||||||
|
|
||||||
class BlindBoxResult(object):
|
class BlindBoxResult(object):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['item_id', 0, 'item_id'],
|
['item_id', 0, 'item_id'],
|
||||||
['item_num', 0, 'item_num'],
|
['item_num', 0, 'item_num'],
|
||||||
]
|
]
|
||||||
|
|
||||||
class InappPurchaseRecord(object):
|
class InappPurchaseRecord(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
@ -1239,4 +1239,4 @@ class InappPurchaseRecord(object):
|
|||||||
['gameOrderId', '', '游戏订单id'],
|
['gameOrderId', '', '游戏订单id'],
|
||||||
['orderId', '', 'google订单id'],
|
['orderId', '', 'google订单id'],
|
||||||
['status', 0, '订单状态'],
|
['status', 0, '订单状态'],
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user