|
@@ -51,6 +51,7 @@ type GetMerchantCanvasCardReply struct {
|
|
|
FenxiangShow bool `json:"fenxiangShow"`
|
|
|
MerchantAmount decimal.Decimal `json:"merchantAmount"`
|
|
|
MerchantOriginalAmount decimal.Decimal `json:"merchantOriginalAmount"`
|
|
|
+ Inventory int64 `json:"inventory"`
|
|
|
}
|
|
|
type Static struct {
|
|
|
Background string `json:"background"`
|