MCPcopy Create free account
hub / github.com/53AI/53AIHub / GetWPSFileDownload

Function GetWPSFileDownload

api/controller/wps.go:1166–1168  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

1164// @Failure 500 {object} weboffice.Reply
1165// @Router /api/wps/v3/3rd/files/{file_id}/download [get]
1166func GetWPSFileDownload(c *gin.Context) {
1167 wrapHandlerFunc(getWPSFileDownload)(c)
1168}
1169
1170// GetWPSFilePermission godoc
1171// @Summary 获取WPS文件权限

Callers

nothing calls this directly

Calls 1

wrapHandlerFuncFunction · 0.85

Tested by

no test coverage detected