去掉第三方消息返回给接口
This commit is contained in:
parent
8fb2f52108
commit
e2378b0a39
|
@ -29,7 +29,7 @@ func PayUrl(c *gin.Context) {
|
|||
}
|
||||
pay := thirdpay.ThirdPayUrl(check)
|
||||
if pay.PayCode != errorcode.Success {
|
||||
controllers.ApiRes(c, nil, pay.PayCode)
|
||||
controllers.ApiRes(c, nil, pay.PayCode, pay.ThirdMsg)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue