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)
| 1126 | // @Failure 500 {object} weboffice.Reply |
| 1127 | // @Router /api/wps/v3/3rd/files/{file_id}/upload/complete [post] |
| 1128 | func CompleteWPSFileUpload(c *gin.Context) { |
| 1129 | wrapHandlerFunc(completeWPSFileUpload)(c) |
| 1130 | } |
| 1131 | |
| 1132 | // GetWPSFile godoc |
| 1133 | // @Summary 获取WPS文件信息 |
nothing calls this directly
no test coverage detected