mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
移除价格倍率结构中的 ModelType 字段
- 在 PriceRate 结构中删除 ModelType 字段,以简化数据结构。 - 优化代码可读性,确保数据模型更加清晰。
This commit is contained in:
parent
b11cf228e3
commit
db16194062
@ -13,7 +13,6 @@ import (
|
||||
// PriceRate 价格倍率结构
|
||||
type PriceRate struct {
|
||||
Model string `json:"model"`
|
||||
ModelType string `json:"model_type"`
|
||||
Type string `json:"type"`
|
||||
ChannelType uint `json:"channel_type"`
|
||||
Input float64 `json:"input"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user