获取区块链证书
基本信息
Path: /api/blockchain/getBlockChainCdr
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
ev_id | 是 | ||
ev_hash | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
signature | text | 是 | 90b7a0abc1737fb68a6d3c26b990ca7a | 签名 |
app_id | text | 是 | cade4e832627b4f6 | 应用ID |
timestamp | text | 是 | 1577330898 | 时间戳 |
nonce | text | 是 | d4d37f05a8a7c4eb21668b6f36dacc11 | MD5(时间戳) |
access_token | text | 是 | $2y$10$eC0xMg0YSNAsJMulOhV02eiMQ1tcQUJu7HdgAKzjgJyKH04QeNhUm | 请求token |
ev_id | text | 是 | 1_110_174978ff3dd77eba053549679b55de93 | 存证ID |
ev_hash | text | 是 | ac02ed7584bd457adfead4d11cb96393c05ef9cd70e5f9b7050a483d154f1cb7 | 存证哈希 |
返回数据
{
"data": {
"block_certificate": "//img.banyiyi.com/nsr1/M00/00/02/wKgAjV6SraiIGjwiAAolpzGeRTgAAAAiwHQyrcACiW_655.png",
"ev_id": "1_110_174978ff3dd77eba053549679b55de93"
},
"status": 200,
"time": 1577237646,
"msg": "获取区块证书成功"
}