1
This commit is contained in:
@@ -251,6 +251,12 @@ type ApplyContractParam struct {
|
||||
RetUrl string `json:"ret_url"` // 电子合同签约结果回调通知 C String(128) 成功签约才通知
|
||||
}
|
||||
|
||||
type ApplyContract struct {
|
||||
Code string `json:"code"`
|
||||
Msg string `json:"msg"`
|
||||
RespData *ApplyContractResp `json:"resp_data"`
|
||||
}
|
||||
|
||||
// ApplyContractResp 签约响应参数
|
||||
type ApplyContractResp struct {
|
||||
OrderNo string `json:"order_no"`
|
||||
|
||||
Reference in New Issue
Block a user