mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-09 23:53:41 +08:00
fix: 修复mj固定价格设置无效的问题
This commit is contained in:
@@ -109,7 +109,7 @@ func GetModelPrice(name string) float64 {
|
||||
}
|
||||
price, ok := ModelPrice[name]
|
||||
if !ok {
|
||||
//SysError("model price not found: " + name)
|
||||
SysError("model price not found: " + name)
|
||||
return -1
|
||||
}
|
||||
return price
|
||||
|
||||
Reference in New Issue
Block a user