From 5fa5010441ebfaf82e0ae81569b78486260529cd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 8 Aug 2024 10:36:35 +0800 Subject: [PATCH] 1 --- doc/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_common.py b/doc/_common.py index 3a1592a3..431a9a55 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -1840,8 +1840,8 @@ class RechargeGoods(object): self.fields = [ ['goods_id', '', '商品id(购买时用)'], ['diamond', 0, '充值所得钻石'], - ['currency', '', '货币地址'], ['price', '', '价格'], + ['max_buy_times', 0, '充值次数上限'], ] class RechargeHistory(object):