瀏覽代碼

update

tmp
DengBiao 8 月之前
父節點
當前提交
21abe23f5f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/customer/svc/svc_pay.go

+ 2
- 2
app/customer/svc/svc_pay.go 查看文件

@@ -128,7 +128,7 @@ func BuyPackageForAli(c *gin.Context, req md.BuyPackageReq) (outTradeNo, tradeNo
PayWay: enum.PayWayForAli,
CreateAt: now.Format("2006-01-02 15:04:05"),
UpdateAt: now.Format("2006-01-02 15:04:05"),
PayAt: "",
PayAt: "2006-01-02 15:04:05",
})
if err != nil {
_ = session.Rollback()
@@ -264,7 +264,7 @@ func BuyPackageForWx(c *gin.Context, req md.BuyPackageReq) (outTradeNo, total st
PrepayId: *result.PrepayId,
CreateAt: now.Format("2006-01-02 15:04:05"),
UpdateAt: now.Format("2006-01-02 15:04:05"),
PayAt: "",
PayAt: "2006-01-02 15:04:05",
})
if err != nil {
_ = session.Rollback()


Loading…
取消
儲存