名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
apply_id | String | 可选 | 123456 | 消息流水号 |
contract_num | String | 可选 | abcdefgh | 合同编号 |
file | String | 可选 | file | 源文件(加密) |
file_sha | String | 可选 | hash | 源文件hash |
ip | String | 可选 | 168.0.0.1 | ip |
pdf_file | String | 可选 | 签署后的文件(加密) | |
pdf_sha | String | 可选 | hash | 盖章后的hash |
platform_user_id | String | 可选 | 123 | 客户在1688的唯一标识 |
pristine_pdf_sha | String | 可选 | hash | 盖章前的hash |
send_date | Date | 可选 | 2017-01-16 13:40:24 | 合同发起时间 |
send_receive | String | 可选 | 0 | 角色 0:接收者 1:发送者 |
sign_date | Date | 可选 | 2017-01-16 13:40:37 | 签署合同的时间 |
sms | String | 可选 | 1345 | 签署合同手机验证码 |
topic | String | 可选 | fadada | 合同名称 |
{ "pdf_file":"pdf", "file_sha":"hash", "ip":"168.0.0.1", "sign_date":"2017-01-16 13:40:37", "send_receive":"0", "file":"file", "pristine_pdf_sha":"hash", "send_date":"2017-01-16 13:40:24", "contract_num":"abcdefgh", "pdf_sha":"hash", "sms":"1345", "apply_id":"123456", "topic":"fadada", "platform_user_id":"123" }