签名
签名规则:
//请求header
{
"timestamp": 11111131331,
"trace": "xxxxxx"
}
//请求body
{
"data": F
}签名示例:
Trace
JAVA DEMO
Last updated
//请求header
{
"timestamp": 11111131331,
"trace": "xxxxxx"
}
//请求body
{
"data": F
}Last updated
//请求header
{
"timestamp": 11111131331,
"trace": "xxxxxx"
}
//请求body
{
"a": 1,
"b": 2,
"c": "3",
"signature": "44b3a042-dd5d-4796-92e1-651927b6ada9"
}