1 Star 1 Fork 0

颜言 / gopay

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
model_commerce.go 1.81 KB
Copy Edit Raw Blame History
颜言 authored 2024-09-12 18:02 +08:00 . 原版
package alipay
type CommerceTransportNfccardSendRsp struct {
Response *CommerceTransportNfccardSend `json:"alipay_commerce_transport_nfccard_send_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
type CommerceAirCallcenterTradeApplyRsp struct {
Response *CommerceAirCallcenterTradeApply `json:"alipay_commerce_air_callcenter_trade_apply_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
type CommerceBenefitApplyRsp struct {
Response *CommerceBenefitApply `json:"alipay_commerce_operation_gamemarketing_benefit_apply_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
type CommerceBenefitVerifyRsp struct {
Response *CommerceBenefitVerify `json:"alipay_commerce_operation_gamemarketing_benefit_verify_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
// =========================================================分割=========================================================
type CommerceTransportNfccardSend struct {
ErrorResponse
}
type CommerceAirCallcenterTradeApply struct {
ErrorResponse
}
type CommerceBenefitApply struct {
ErrorResponse
ApplyVoucherCodeList string `json:"apply_voucher_code_list,omitempty"`
}
type CommerceBenefitVerify struct {
ErrorResponse
VoucherVerifyStatus bool `json:"voucher_verify_status,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ujq/gopay.git
git@gitee.com:ujq/gopay.git
ujq
gopay
gopay
95cb943fb81a

Search