1
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
package lakala
|
||||
|
||||
// ApplyContractCallBack 合同生气回调
|
||||
type ApplyContractCallBack struct {
|
||||
Code string `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
RespData struct {
|
||||
Version string `json:"version"`
|
||||
OrderNo string `json:"order_no"`
|
||||
OrgId int `json:"org_id"`
|
||||
EcApplyId int64 `json:"ec_apply_id"`
|
||||
AuditStatus string `json:"audit_status"`
|
||||
AuditDesc string `json:"audit_desc"`
|
||||
SignH5Url string `json:"sign_h5_url"`
|
||||
SignH5UrlExpTm string `json:"sign_h5_url_exp_tm"`
|
||||
} `json:"resp_data"`
|
||||
}
|
||||
|
||||
// SeparateCallback 商户分账创建/修改回调
|
||||
type SeparateCallback struct {
|
||||
ApplyId string `json:"applyId"`
|
||||
|
||||
Reference in New Issue
Block a user