feat(types): 在订阅类型中添加 node_count 字段
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 30s
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 30s
This commit is contained in:
parent
d3fb2aa178
commit
f4ecf912e0
@ -216,6 +216,7 @@ type (
|
|||||||
UnitPrice int64 `json:"unit_price"`
|
UnitPrice int64 `json:"unit_price"`
|
||||||
UnitTime string `json:"unit_time"`
|
UnitTime string `json:"unit_time"`
|
||||||
Discount []SubscribeDiscount `json:"discount"`
|
Discount []SubscribeDiscount `json:"discount"`
|
||||||
|
NodeCount int64 `json:"node_count"`
|
||||||
Replacement int64 `json:"replacement"`
|
Replacement int64 `json:"replacement"`
|
||||||
Inventory int64 `json:"inventory"`
|
Inventory int64 `json:"inventory"`
|
||||||
Traffic int64 `json:"traffic"`
|
Traffic int64 `json:"traffic"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user