dengbiao 1 月之前
父節點
當前提交
aa18385cc5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/customer/hdl/hdl_pay.go

+ 1
- 1
app/customer/hdl/hdl_pay.go 查看文件

@@ -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…
取消
儲存