增加视频接口

This commit is contained in:
Xhofe
2021-03-30 10:22:07 +08:00
parent 76081a81a6
commit 77aae6660e
9 changed files with 182 additions and 107 deletions

View File

@ -31,3 +31,4 @@ func OfficePreview(c *gin.Context) {
}
c.JSON(200, DataResponse(preview))
}