{
"orderId": 10001
}curl --location 'https://openapi.shishiniu.com/api/openapi/refreshStatus' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"orderId": 10001
}'{
"code": 0,
"data": {},
"msg": "成功"
}