代码拉取完成,页面将自动刷新
package wechat
// 特约商户进件提交申请单 Rsp
type Apply4SubSubmitRsp struct {
Code int `json:"-"`
SignInfo *SignInfo `json:"-"`
Response *Apply4SubSubmit `json:"response,omitempty"`
Error string `json:"-"`
}
// 特约商户进件申请单查询 Rsp
type Apply4SubQueryRsp struct {
Code int `json:"-"`
SignInfo *SignInfo `json:"-"`
Response *Apply4SubQuery `json:"response,omitempty"`
Error string `json:"-"`
}
// 特约商户/二级商户修改结算账号 Rsp
type Apply4SubModifySettlementRsp struct {
Code int `json:"-"`
SignInfo *SignInfo `json:"-"`
Response *Apply4SubModifySettlement `json:"response,omitempty"`
Error string `json:"-"`
}
// 查询结算账户修改申请状态 Rsp
type V3Apply4SubMerchantsApplicationRsp struct {
Code int `json:"-"`
SignInfo *SignInfo `json:"-"`
Response *V3Apply4SubMerchantsApplication `json:"response,omitempty"`
Error string `json:"-"`
}
// 特约商户查询结算账号 Rsp
type Apply4SubQuerySettlementRsp struct {
Code int `json:"-"`
SignInfo *SignInfo `json:"-"`
Response *Apply4SubQuerySettlement `json:"response,omitempty"`
Error string `json:"-"`
}
// =========================================================分割=========================================================
type Apply4SubSubmit struct {
ApplymentId int64 `json:"applyment_id"` // 微信支付申请单号
}
type Apply4SubQuery struct {
BusinessCode string `json:"business_code"` // 业务申请编号
ApplymentId int64 `json:"applyment_id"` // 微信支付申请单号
SubMchid string `json:"sub_mchid"` // 特约商户号
SignUrl string `json:"sign_url"` // 超级管理员签约链接
ApplymentState string `json:"applyment_state"` // 申请单状态
ApplymentStateMsg string `json:"applyment_state_msg"` // 申请状态描述
AuditDetail []*Applyment4SubAuditDetail `json:"audit_detail"` // 驳回原因详情
}
type Applyment4SubAuditDetail struct {
Field string `json:"field"` // 字段名
FieldName string `json:"field_name"` // 字段名称
RejectReason string `json:"reject_reason"` // 驳回原因
}
type Apply4SubModifySettlement struct {
ApplicationNo string `json:"application_no"` //修改结算账户申请单号 提交二级商户修改结算账户申请后,由微信支付返回的单号,作为查询申请状态的唯一标识。
}
type Apply4SubQuerySettlement struct {
AccountType string `json:"account_type"` // 账户类型
AccountBank string `json:"account_bank"` // 开户银行
BankName string `json:"bank_name"` // 开户银行全称(含支行)
BankBranchId string `json:"bank_branch_id"` // 开户银行联行号
AccountNumber string `json:"account_number"` // 银行账号
VerifyResult string `json:"verify_result"` // 汇款验证结果
VerifyFailReason string `json:"verify_fail_reason"` // 汇款验证失败原因
}
type V3Apply4SubMerchantsApplication struct {
AccountName string `json:"account_name"` // 开户名称
AccountType string `json:"account_type"` // 账户类型
AccountBank string `json:"account_bank"` // 开户银行
BankName string `json:"bank_name"` // 开户银行全称(含支行)
BankBranchId string `json:"bank_branch_id"` // 开户银行联行号
AccountNumber string `json:"account_number"` // 银行账号
VerifyResult string `json:"verify_result"` // 汇款验证结果
VerifyFailReason string `json:"verify_fail_reason"` // 汇款验证失败原因
VerifyFinishTime string `json:"verify_finish_time"` // 审核结果更新时间
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。