dengbiao hace 2 meses
padre
commit
1fa83433a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/admin/hdl/hdl_demo.go

+ 1
- 1
app/admin/hdl/hdl_demo.go Ver fichero

@@ -155,7 +155,7 @@ func Demo(c *gin.Context) {
return

var req md.CentralKitchenForSchoolOrderRefundAuditReq
err := c.ShouldBindJSON(&req)
err = c.ShouldBindJSON(&req)
if err != nil {
err = validate.HandleValidateErr(err)
err1 := err.(e.E)


Cargando…
Cancelar
Guardar