This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
dengbiao
2 months ago
parent
0dac83ca90
commit
1fa83433a9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/admin/hdl/hdl_demo.go
+ 1
- 1
app/admin/hdl/hdl_demo.go
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save