1 Star 1 Fork 0

颜言/gopay

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_smilepay.go 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
颜言 提交于 2024-09-12 18:02 +08:00 . 原版
package alipay
type ZolozAuthenticationSmilepayInitializeRsp struct {
Response *ZolozAuthenticationSmilepayInitialize `json:"zoloz_authentication_smilepay_initialize_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
type ZolozAuthenticationCustomerFtokenQueryRsp struct {
Response *ZolozAuthenticationCustomerFtokenQuery `json:"zoloz_authentication_customer_ftoken_query_response"`
AlipayCertSn string `json:"alipay_cert_sn,omitempty"`
SignData string `json:"-"`
Sign string `json:"sign"`
}
// =========================================================分割=========================================================
type ZolozAuthenticationSmilepayInitialize struct {
ErrorResponse
RetCodeSub string `json:"ret_code_sub"`
RetMessageSub string `json:"ret_message_sub"`
ZimId string `json:"zim_id"`
ZimInitClientData string `json:"zim_init_client_data"`
}
type ZolozAuthenticationCustomerFtokenQuery struct {
ErrorResponse
Uid string `json:"uid"`
OpenId string `json:"open_id"`
UidTelPairList []*UidTelPair `json:"uid_tel_pair_list"`
AgeCheckResult string `json:"age_check_result"`
CertNo string `json:"cert_no"`
CertName string `json:"cert_name"`
FaceId string `json:"face_id"`
}
type UidTelPair struct {
UserId string `json:"user_id"`
OpenId string `json:"open_id"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ujq/gopay.git
git@gitee.com:ujq/gopay.git
ujq
gopay
gopay
95cb943fb81a

搜索帮助