|
|
@@ -251,6 +251,7 @@ func CentralKitchenForSchoolOrderRefund(c *gin.Context) { |
|
|
|
e.OutErr(c, err1.Code, err1.Error()) |
|
|
|
return |
|
|
|
} |
|
|
|
utils.FilePutContents("CentralKitchenForSchoolOrderRefund", utils.SerializeStr(req)) |
|
|
|
err = svc.CentralKitchenForSchoolOrderRefund(req) |
|
|
|
if err != nil { |
|
|
|
e.OutErr(c, e.ERR, err.Error()) |
|
|
|