智能押金与33优化
This commit is contained in:
@@ -87,6 +87,14 @@ func DefaultPublishOptions() PublishOptionsDTO {
|
||||
PricePlaceholder: "填写币数、保险、体力和负重后自动计算;发布总价=纯币基础价+额外消耗品",
|
||||
RatioDescription: "1:xx 表示 1 元人民币(RMB)等价兑换 xx 万哈夫币",
|
||||
},
|
||||
DepositRecommend: PublishDepositRecommend{
|
||||
BaseAmount: 50,
|
||||
SkinGroupRules: []PublishDepositSkinGroupRule{
|
||||
{GroupKey: "melee", Label: "刀皮", AmountPerItem: 5},
|
||||
{GroupKey: "operatorGold", Label: "干员金皮", AmountPerItem: 10},
|
||||
{GroupKey: "operatorRed", Label: "干员红皮", AmountPerItem: 30},
|
||||
},
|
||||
},
|
||||
RatioConfig: PublishRatioConfig{
|
||||
InsuranceBaseRatios: []PublishInsuranceBaseRatio{
|
||||
{Insurance: "3*3", Ratio: 40},
|
||||
|
||||
Reference in New Issue
Block a user