customId
通过任务查询接口可以获取到。{
"notifyHook": "",
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"state": ""
}
curl --location --request POST '/mj/submit/action' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"notifyHook": "",
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"state": ""
}'
{
"code": 1,
"description": "Submit success",
"result": "1712203779820810"
}