|
|
@@ -105,6 +105,8 @@ func CentralKitchenForSchoolOrderRefundList(c *gin.Context) { |
|
|
|
} |
|
|
|
|
|
|
|
func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context) { |
|
|
|
e.OutSuc(c, "success", nil) |
|
|
|
return |
|
|
|
var req md.CentralKitchenForSchoolOrderRefundAuditReq |
|
|
|
err := c.ShouldBindJSON(&req) |
|
|
|
if err != nil { |
|
|
|