dengbiao 1 month ago
parent
commit
aa18385cc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/customer/hdl/hdl_pay.go

+ 1
- 1
app/customer/hdl/hdl_pay.go View File

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


Loading…
Cancel
Save