We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce7994 commit b046c23Copy full SHA for b046c23
1 file changed
server/api/controller/image_controller.go
@@ -19,7 +19,7 @@ type ImageController struct {
19
// @Summary 上传账单图片
20
// @Tags image
21
// @Security BearerAuth
22
-// @Param file formance file true "图片文件"
+// @Param file formData file true "图片文件"
23
// @Param billId query string true "账单ID"
24
// @Success 201 {object} domain.Response
25
// @Router /image/upload [post]
0 commit comments