fix: 模型倍率和价格无法设置
This commit is contained in:
parent
5fd7af94c6
commit
2e2820ee4d
@ -271,11 +271,11 @@ func updateOptionMap(key string, value string) (err error) {
|
||||
common.DataExportInterval, _ = strconv.Atoi(value)
|
||||
case "DataExportDefaultTime":
|
||||
common.DataExportDefaultTime = value
|
||||
case "modelRatio":
|
||||
case "ModelRatio":
|
||||
err = common.UpdateModelRatioByJSONString(value)
|
||||
case "GroupRatio":
|
||||
err = common.UpdateGroupRatioByJSONString(value)
|
||||
case "modelPrice":
|
||||
case "ModelPrice":
|
||||
err = common.UpdateModelPriceByJSONString(value)
|
||||
case "TopUpLink":
|
||||
common.TopUpLink = value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user