This commit is contained in:
aozhiwei 2024-08-08 10:36:35 +08:00
parent b773e9c867
commit 5fa5010441

View File

@ -1840,8 +1840,8 @@ class RechargeGoods(object):
self.fields = [
['goods_id', '', '商品id(购买时用)'],
['diamond', 0, '充值所得钻石'],
['currency', '', '货币地址'],
['price', '', '价格'],
['max_buy_times', 0, '充值次数上限'],
]
class RechargeHistory(object):