1
This commit is contained in:
@@ -22,6 +22,7 @@ type TongLianController struct {
|
|||||||
func (c *TongLianController) Msg() {
|
func (c *TongLianController) Msg() {
|
||||||
if c.Ctx.Input.Method() == http.MethodPost {
|
if c.Ctx.Input.Method() == http.MethodPost {
|
||||||
call, err := api.TLpayAPI.GetCallbackMsg(getUsefulRequest2(c.Ctx))
|
call, err := api.TLpayAPI.GetCallbackMsg(getUsefulRequest2(c.Ctx))
|
||||||
|
globals.SugarLogger.Debug("-------method1:= %s", utils.Format4Output(call, false))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
err = localjx.OnTLPayCallback(call)
|
err = localjx.OnTLPayCallback(call)
|
||||||
}
|
}
|
||||||
@@ -34,10 +35,8 @@ func (c *TongLianController) Msg() {
|
|||||||
|
|
||||||
//通联同一扫码支付回调接口
|
//通联同一扫码支付回调接口
|
||||||
func (c *TongLianController) OnLinePay() {
|
func (c *TongLianController) OnLinePay() {
|
||||||
globals.SugarLogger.Debug("-------method:= %s", c.Ctx.Input.Method())
|
|
||||||
if c.Ctx.Input.Method() == http.MethodPost {
|
if c.Ctx.Input.Method() == http.MethodPost {
|
||||||
call, err := api.TLpayAPI.GetCallbackOnlinePayMsg(getUsefulRequest2(c.Ctx))
|
call, err := api.TLpayAPI.GetCallbackOnlinePayMsg(getUsefulRequest2(c.Ctx))
|
||||||
globals.SugarLogger.Debug("-------method:= %s", utils.Format4Output(call, false))
|
|
||||||
if err == nil {
|
if err == nil {
|
||||||
err = localjx.OnTLOnlinePayCallback(call)
|
err = localjx.OnTLOnlinePayCallback(call)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user