|
@@ -21,7 +21,8 @@ type CreateMerchantCardRequest struct {
|
|
}
|
|
}
|
|
|
|
|
|
type GetMerchantCardRequest struct {
|
|
type GetMerchantCardRequest struct {
|
|
- MerchantId int64 `json:"merchant_card_id"` //商户卡id
|
|
|
|
|
|
+ MerchantId int64 `json:"merchant_card_id"` //商户卡id
|
|
|
|
+ Code string `json:"code"` //b邀请码
|
|
}
|
|
}
|
|
|
|
|
|
type GetMerchantCardReply struct {
|
|
type GetMerchantCardReply struct {
|
|
@@ -52,6 +53,7 @@ type GetMerchantCanvasCardReply struct {
|
|
MerchantAmount decimal.Decimal `json:"merchantAmount"`
|
|
MerchantAmount decimal.Decimal `json:"merchantAmount"`
|
|
MerchantOriginalAmount decimal.Decimal `json:"merchantOriginalAmount"`
|
|
MerchantOriginalAmount decimal.Decimal `json:"merchantOriginalAmount"`
|
|
Inventory int64 `json:"inventory"`
|
|
Inventory int64 `json:"inventory"`
|
|
|
|
+ IsShare bool `json:"isShare"`
|
|
}
|
|
}
|
|
type Static struct {
|
|
type Static struct {
|
|
Background string `json:"background"`
|
|
Background string `json:"background"`
|