curl --location -g --request POST 'http://dev-cn.your-api-server.comhttp[s]//raasr.xfyun.cn/v2/api/getResult' \
--form 'orderId=""' \
--form 'resultType=""'
{
"code": "string",
"descInfo": "string",
"content": {
"orderInfo": {
"orderId": "string",
"failType": 0,
"status": 0,
"originalDuration": 0,
"realDuration": 0
},
"orderResult": "string",
"taskEstimateTime": 0
}
}