- 快速入手
- 帮助文档
- 开发前必读
- 认证授权
- 合同签署
- 审批管理
- 企业管理
- 印章管理
- 回调通知
- 开放接口
查询合同存证信息
GET
/api/contract/proof
v1.2.0
请求参数
Query 参数
contractId
string
合同id
示例值:
1123123
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api.pre-qiandun365.com/api/contract/proof?contractId=1123123'
返回响应
🟢200成功
application/json
Body
code
string
业务编码
msg
string
业务信息
result
object | null
业务数据
fileCiphertext
string
文件哈希值
proofCode
string
唯一证据编号
proofTime
integer
上链时间
success
boolean
是否成功
ts
string
时间戳
logKey
string
日志key
示例
{
"code": "200",
"msg": "成功",
"result": {
"fileCiphertext": "string",
"proofCode": "string",
"proofTime": "string"
},
"success": true
}
修改于 2024-03-26 08:45:27