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_customs.go 921 Bytes
Copy Edit Raw Blame History
颜言 authored 2024-09-12 18:02 +08:00 . 原版
package alipay
type TradeCustomsDeclareRsp struct {
Response *TradeCustomsDeclare `json:"alipay_trade_customs_declare_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
// =========================================================分割=========================================================
type TradeCustomsDeclare struct {
ErrorResponse
TradeNo string `json:"trade_no,omitempty"`
AlipayDeclareNo string `json:"alipay_declare_no"`
PayCode string `json:"pay_code,omitempty"`
PayTransactionId string `json:"pay_transaction_id,omitempty"`
TotalAmount string `json:"total_amount,omitempty"`
Currency string `json:"currency,omitempty"`
VerDept string `json:"ver_dept,omitempty"`
IdentityCheck string `json:"identity_check,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ujq/gopay.git
git@gitee.com:ujq/gopay.git
ujq
gopay
gopay
95cb943fb81a

Search