This commit is contained in:
aozhiwei 2024-08-17 19:27:05 +08:00
parent b403921690
commit 0a215b7e9b

View File

@ -1866,6 +1866,7 @@ class RechargeGoods(object):
['price', '', '价格'],
['present_diamond', 0, '赠送钻石'],
['max_buy_times', 0, '充值次数上限'],
['can_email_buy', 0, '是否支持邮件购买'],
['!currency_list', [RechargeCurrency()], '货币列表'],
]