mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 00:56:44 +00:00
return job_name when submit job
This commit is contained in:
@@ -49,6 +49,7 @@ function job_submit(CRObject $job)
|
||||
if ($msg['code'] !== 0) {
|
||||
$res['errno'] = Code::FAIL;
|
||||
$res['msg'] = $msg['error'];
|
||||
$res['job_name'] = $msg['jobName'];
|
||||
}
|
||||
|
||||
$log = new CRObject();
|
||||
|
||||
Reference in New Issue
Block a user