Commit c7e0ab088741ddd6ee81e683493aef44b068ce83
1 parent
212ff09c
Exists in
master
and in
1 other branch
feat✨:卡包配置新加客户端需求字段
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
configs/confcardholder/config.go
| ... | ... | @@ -124,6 +124,8 @@ type OpenCardholderConfig struct { |
| 124 | 124 | NormalCardNumber int `json:"normal_card_number"` // 非保底卡数量 |
| 125 | 125 | MinimumGuaranteeCardId int `json:"minimum_guarantee_card_id"` // 非保底卡牌序列ID |
| 126 | 126 | ActivityId int `json:"activity_id"` // 对应活动ID |
| 127 | + Star int `json:"star"` // star | |
| 128 | + Name int `json:"name"` // name | |
| 127 | 129 | } |
| 128 | 130 | |
| 129 | 131 | // NormalCardStarConfig 非保底卡星级ID | ... | ... |