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