GetWPSFileDownload godoc @Summary 获取WPS文件下载地址 @Description WPS集成接口,根据外部应用ID和文件ID获取文件下载地址 @Tags WPS集成(回调接口) @Accept json @Produce json @Param file_id path string true "文件ID" @Param X-App-ID header string true "APP_ID" @Success 200 {object} weboffice.Reply @Failure 400 {object} weboffice.Reply @Failur
(c *gin.Context)
| 1164 | // @Failure 500 {object} weboffice.Reply |
| 1165 | // @Router /api/wps/v3/3rd/files/{file_id}/download [get] |
| 1166 | func GetWPSFileDownload(c *gin.Context) { |
| 1167 | wrapHandlerFunc(getWPSFileDownload)(c) |
| 1168 | } |
| 1169 | |
| 1170 | // GetWPSFilePermission godoc |
| 1171 | // @Summary 获取WPS文件权限 |
nothing calls this directly
no test coverage detected