bug fix
continuous-integration/drone/push Build is passing Details

main
kelvin 3 years ago
parent e512ab2bdb
commit eae4e78f39

@ -132,6 +132,7 @@ type ServerInfo struct {
type ModelInfo struct {
ModelName string `json:"model_name"`
ModelPrice float64 `json:"model_price"`
ModelPrice2 float64 `json:"model_price2"`
ModelPrepayment int `json:"model_prepayment"`
}

Loading…
Cancel
Save