Skip to content

Commit b046c23

Browse files
committed
修复拼写错误
1 parent fce7994 commit b046c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/api/controller/image_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type ImageController struct {
1919
// @Summary 上传账单图片
2020
// @Tags image
2121
// @Security BearerAuth
22-
// @Param file formance file true "图片文件"
22+
// @Param file formData file true "图片文件"
2323
// @Param billId query string true "账单ID"
2424
// @Success 201 {object} domain.Response
2525
// @Router /image/upload [post]

0 commit comments

Comments
 (0)