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

Function ExecuteWPSFileUpload

api/controller/wps.go:1108–1110  ·  view source on GitHub ↗

ExecuteWPSFileUpload godoc @Summary 执行WPS文件上传 @Description WPS三阶段上传第三步:执行实际的文件上传,接收文件流并更新存储 @Tags WPS集成(回调接口) @Accept application/octet-stream @Produce json @Param file_id path string true "文件ID" example("123") @Param X-App-ID header string true "应用ID" example("your_app_id") @Param X-Upload-Token he

(c *gin.Context)

Source from the content-addressed store, hash-verified

1106// @Failure 500 {object} weboffice.Reply "服务器内部错误"
1107// @Router /api/wps/v3/3rd/files/{file_id}/upload/execute [put]
1108func ExecuteWPSFileUpload(c *gin.Context) {
1109 wrapHandlerFunc(executeWPSFileUpload)(c)
1110}
1111
1112// CompleteWPSFileUpload godoc
1113// @Summary 完成WPS文件上传回调

Callers

nothing calls this directly

Calls 1

wrapHandlerFuncFunction · 0.85

Tested by

no test coverage detected