This commit is contained in:
parent
e9a754e08a
commit
13cd99300f
|
|
@ -4,9 +4,9 @@ import "voucher/internal/biz/vo"
|
||||||
|
|
||||||
// ConsumeInformation 定义消费信息结构体
|
// ConsumeInformation 定义消费信息结构体
|
||||||
type ConsumeInformation struct {
|
type ConsumeInformation struct {
|
||||||
ConsumeTime string `json:"consume_time"`
|
ConsumeTime string `json:"consume_time"` // 代金券核销时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE
|
||||||
ConsumeMchid string `json:"consume_mchid"`
|
ConsumeMchid string `json:"consume_mchid"` // 核销代金券的商户号
|
||||||
TransactionID string `json:"transaction_id"`
|
TransactionID string `json:"transaction_id"` // 微信支付系统生成的订单号
|
||||||
ConsumeAmount int64 `json:"consume_amount,omitempty"` // 核销金额,仅有当business_type=MULTIUSE时,才会返回。单位,分
|
ConsumeAmount int64 `json:"consume_amount,omitempty"` // 核销金额,仅有当business_type=MULTIUSE时,才会返回。单位,分
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue