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

Function CompleteWPSFileUpload

api/controller/wps.go:1128–1130  ·  view source on GitHub ↗

CompleteWPSFileUpload godoc @Summary 完成WPS文件上传回调 @Description WPS三阶段上传第三步:处理上传完成回调 @Tags WPS集成(回调接口) @Accept json @Produce json @Param file_id path string true "文件ID" @Param X-App-ID header string true "APP_ID" @Param request body UploadCompleteRequest true "上传完成信息" @Success 200 {object} weboffice.R

(c *gin.Context)

Source from the content-addressed store, hash-verified

1126// @Failure 500 {object} weboffice.Reply
1127// @Router /api/wps/v3/3rd/files/{file_id}/upload/complete [post]
1128func CompleteWPSFileUpload(c *gin.Context) {
1129 wrapHandlerFunc(completeWPSFileUpload)(c)
1130}
1131
1132// GetWPSFile godoc
1133// @Summary 获取WPS文件信息

Callers

nothing calls this directly

Calls 1

wrapHandlerFuncFunction · 0.85

Tested by

no test coverage detected