curl --location --request GET 'http://192.168.2.91:8080/shipin/taskBatch/list?id=&tmpId=&name=&remark=&status=' \ --header 'Authorization: Bearer {{token}}'
{ "total": 0, "rows": [ { "id": 0, "tmpId": 0, "tmpName": "string", "videoCount": 0, "name": "string", "remark": "string", "status": 0, "splitCount": 0, "createBy": "string", "createTime": "2019-08-24T14:15:22Z", "updateBy": "string", "updateTime": "2019-08-24T14:15:22Z" } ], "code": 0, "msg": "string" }