Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditDetail ¶ added in v3.2.50
type ResponseApplyForBusiness ¶
type ResponseApplyForBusiness struct {
ApplymentId int64 `json:"applyment_id"`
}
type ResponseGetApplyForBusiness ¶ added in v3.2.50
type ResponseGetApplyForBusiness 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 []AuditDetail `json:"audit_detail"`
}
Click to show internal directories.
Click to hide internal directories.