时间戳签发接口
POST
https://tsp.gdsinsing.com/api/sign-tsp
接口描述
根据原文hash获取唯一的时间戳签名
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
oText
String
原文hash值(必填)
必填
响应参数
参数名
类型
描述
必填
result
Int
调用结果(0:失败,1:成功)
必填
data
String
时间戳签名
必填
errorcode
String
错误码
必填
msg
String
错误详情
必填
solve
String
解决办法
必填