参数名 | 说明 |
---|---|
bytesToHex | 字节转16进制字符串,算法见下面的java算法实现参考 |
algorithm | 必须是 "HMAC-SHA256" |
signerDate | 见调用说明中的公共请求参数说明的 timestamp,和header中的一致,同一个 |
requestMethod | 必须是 "POST" |
urlPath | 举例说明,假如完整的请求地址为:https://apiv2.xinnet.com/api/domain/check,那么urlPath就是 /api/domain/check/,注意这里一定要注意,最后一个 / 是不可以缺少的 |
requestBody | 请求的json体 |