fix: +日志
This commit is contained in:
parent
fb8bac623c
commit
cee52be722
@ -238,12 +238,14 @@ func CreateAntomPay(c *gin.Context) {
|
||||
CheckoutSessionId: result.CheckoutSessionId,
|
||||
CheckoutSessionUrl: result.Url,
|
||||
})
|
||||
var resp *order.CreateStripeCheckoutSessionResponse
|
||||
fmt.Println("=====================================")
|
||||
resp := &order.CreateStripeCheckoutSessionResponse{}
|
||||
resp.CheckoutSessionUrl = result.Url
|
||||
resp.CheckoutSessionId = result.CheckoutSessionId
|
||||
fmt.Println("resp:", resp)
|
||||
|
||||
if updateOrderRecordErr != nil {
|
||||
fmt.Println("有更新报错:", updateOrderRecordErr)
|
||||
service.Error(c, updateOrderRecordErr)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user