Authorization: Bearer ********************
{
"requestId": "string",
"tag": "string",
"resultTag": "string",
"resultTopic": "string",
"content": {
"formId": "string",
"operateType": "SaveAutoSubmitAudit",
"data": "string",
"appKey": "string",
"plugins": [
"string"
]
}
}
curl --location --request POST 'http://fms2-sit.linshimuye.com/k3proxy/open/v1/asyncInvoke' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"tag": "string",
"resultTag": "string",
"resultTopic": "string",
"content": {
"formId": "string",
"operateType": "SaveAutoSubmitAudit",
"data": "string",
"appKey": "string",
"plugins": [
"string"
]
}
}'
{
"data": "",
"isSuccess": false,
"message": "",
"errorCode": 0,
"detailMessage": ""
}