新增支付平台通联宝测试

This commit is contained in:
苏尹岚
2020-02-26 15:56:39 +08:00
parent d50d796d31
commit 92a244c3aa
2 changed files with 17 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ func (c *TongLianController) Msg() {
if msg.MsgType == wxpayapi.MsgTypeUnkown {
err = fmt.Errorf("未知的通联宝支付回调类型:%d", msg.MsgType)
} else {
err = localjx.OnWxPayCallback(msg)
err = localjx.OnTLPayCallback(msg)
}
}
if callbackResponse == nil {