|
@@ -18,6 +18,7 @@ type CreateMerchantCardRequest struct {
|
|
|
UseRule string `json:"use_rule"` // 使用规则
|
|
|
Picture string `json:"picture"` // 图片
|
|
|
RebateRate string `json:"rebate_rate"` // 佣金比例
|
|
|
+ CancelNumber int `json:"cancel_number"` //核销次数
|
|
|
}
|
|
|
|
|
|
type GetMerchantCardRequest struct {
|