api/v1/report_work.go
@@ -16,7 +16,7 @@ // @Tags 报工 // @Summary 上报 // @Produce application/json // @Param object body request.ReportWork true "查询参数" // @Param object query request.ReportWork true "查询参数" // @Success 200 {object} contextx.Response{} "成功" // @Router /v1/reportWork/report [post] func (slf *ReportWorkApi) Report(c *gin.Context) {