查询签名结果
查询签名结果
application/json
Request Body
requestId string
选填,与sinoId至少传1个
sinoId string
选填,与requestId至少传1个
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
requestId string
sinoId string
message string
原始待签名的消息,string
signature string
签名结果
state integer
业务执行状态 (进行中:0,成功:1,失败:2)
{
"requestId": "",
"sinoId": "",
"message": "",
"signature": "",
"state": 0
}
Loading...