|
@@ -18,6 +18,7 @@ type CreateMerchantCardRequest struct {
|
|
UseRule string `json:"use_rule"`
|
|
UseRule string `json:"use_rule"`
|
|
Picture string `json:"picture"`
|
|
Picture string `json:"picture"`
|
|
RebateRate string `json:"rebate_rate"`
|
|
RebateRate string `json:"rebate_rate"`
|
|
|
|
+ CancelNumber int `json:"cancel_number"`
|
|
}
|
|
}
|
|
|
|
|
|
type GetMerchantCardRequest struct {
|
|
type GetMerchantCardRequest struct {
|