1
This commit is contained in:
@@ -269,15 +269,17 @@ type ApplyContractResp struct {
|
||||
|
||||
// ApplyContractByPeople 电子合同申请人工复合
|
||||
type ApplyContractByPeople struct {
|
||||
Version string `json:"version"`
|
||||
OrderNo string `json:"order_no"` // 建议:平台编号+14位年月日时(24小时制)分秒+8位的随机数(同一接入机构不重复)
|
||||
OrgId int `json:"org_id"` // 签约方所属拉卡拉机构
|
||||
EcApplyId int64 `json:"ec_apply_id"` // 申请接口反馈编号
|
||||
FileData []ApplyContractFileType `json:"file_data"` // 附件信息集合
|
||||
RetUrl string `json:"ret_url"` // 回调接口
|
||||
ApplyDesc string `json:"apply_desc"` // 复议提交的原因说明
|
||||
}
|
||||
|
||||
type ApplyContractFileType struct {
|
||||
AttachType string `json:"attach_type"`
|
||||
AttachExtName string `json:"attach_ext_name"`
|
||||
AttachName string `json:"attach_name"`
|
||||
AttachStorePath string `json:"attach_store_path"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user