change remain cup to json.Number type
This commit is contained in:
parent
3bfbbd778a
commit
96b2ec2434
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ type Recipe01 struct {
|
||||||
OnTOP bool `json:"OnTOP"`
|
OnTOP bool `json:"OnTOP"`
|
||||||
LastChange string `json:"LastChange"`
|
LastChange string `json:"LastChange"`
|
||||||
MenuStatus int `json:"MenuStatus"`
|
MenuStatus int `json:"MenuStatus"`
|
||||||
RemainingCups int `json:"RemainingCups"`
|
RemainingCups json.Number `json:"RemainingCups"`
|
||||||
StringParam string `json:"StringParam"`
|
StringParam string `json:"StringParam"`
|
||||||
TextForWarningBeforePay []string `json:"TextForWarningBeforePay"`
|
TextForWarningBeforePay []string `json:"TextForWarningBeforePay"`
|
||||||
CashPrice int `json:"cashPrice"`
|
CashPrice int `json:"cashPrice"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue