curl --location --request GET 'http://192.168.2.91:8080/shipin/video/list?videoId=&videoName=&videoUrl=&videoTitle=&videoTag=&videoRemark=&taskBatchId=' \ --header 'Authorization: Bearer {{token}}'
{ "total": 0, "rows": [ { "videoId": 0, "taskId": 0, "videoName": "string", "videoUrl": "string", "videoTitle": "string", "videoTag": "string", "videoRemark": "string", "articleTag": "string", "taskBatchId": "string", "taskBatchName": "string", "auditStatus": "string", "publishStatus": "string", "publishPlatform": "string", "createBy": "string", "createTime": "2019-08-24T14:15:22Z", "updateBy": "string", "updateTime": "2019-08-24T14:15:22Z" } ], "code": 0, "msg": "string" }