|
@@ -28,18 +28,24 @@ type GetMerchantCardRequest struct {
|
|
|
}
|
|
|
|
|
|
type GetMerchantCardReply struct {
|
|
|
- MerchantCardName string `json:"merchant_card_name"`
|
|
|
- MerchantOpenID string `json:"merchant_open_id"`
|
|
|
- CardProjectData string `json:"card_project_data"`
|
|
|
- CardPrice string `json:"card_price"`
|
|
|
- ActivityEndTime string `json:"activity_end_time"`
|
|
|
- ActivityStartTime string `json:"activity_start_time"`
|
|
|
- MerchantCardTime string `json:"merchant_card_time"`
|
|
|
- Inventory int64 `json:"inventory"`
|
|
|
- QuotaNum int64 `json:"quota_num"`
|
|
|
- UseRule string `json:"use_rule"`
|
|
|
- Picture string `json:"picture"`
|
|
|
- RebateRate int64 `json:"rebate_rate"`
|
|
|
+ MerchantCardName string `json:"merchant_card_name"`
|
|
|
+ MerchantOpenID string `json:"merchant_open_id"`
|
|
|
+ CardProjectData string `json:"card_project_data"`
|
|
|
+ CardPrice string `json:"card_price"`
|
|
|
+ ActivityEndTime string `json:"activity_end_time"`
|
|
|
+ ActivityStartTime string `json:"activity_start_time"`
|
|
|
+ MerchantCardTime string `json:"merchant_card_time"`
|
|
|
+ Inventory int64 `json:"inventory"`
|
|
|
+ QuotaNum int64 `json:"quota_num"`
|
|
|
+ UseRule string `json:"use_rule"`
|
|
|
+ Picture string `json:"picture"`
|
|
|
+ RebateRate int64 `json:"rebate_rate"`
|
|
|
+ BackgroundImage string `json:"background_image"`
|
|
|
+ W decimal.Decimal `json:"w"`
|
|
|
+ H decimal.Decimal `json:"h"`
|
|
|
+ X decimal.Decimal `json:"x"`
|
|
|
+ Y decimal.Decimal `json:"y"`
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|