fixed
This commit is contained in:
@@ -234,6 +234,7 @@ class Events extends \think\worker\Events
|
||||
|
||||
// $filePath为待转写的本地文件路径,返回taskId作为后续查询进度、获取结果操作的参数
|
||||
$taskId = $client->combineUpload($filePath);
|
||||
Tools::log_to_write_txt(['taskId:'=>$taskId]);
|
||||
|
||||
// 查询进度,json格式
|
||||
$progress = $client->getProgress($taskId)->getBody()->getContents();
|
||||
|
||||
Reference in New Issue
Block a user