Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当支付成功或失败后没有给微信系统发送信息的接口 #45

Closed
sunronsoft opened this issue Sep 26, 2016 · 2 comments
Closed

Comments

@sunronsoft
Copy link

支付成功或失败后,没有相关的方法给微信(财付通)系统发送成功或失败的信息,导致连续接收5次回调的信息。

//给财付通系统发送成功信息,财付通系统收到此结果后不再进行后续通知
resHandler.sendToCFT("success");

//给财付通系统发送失败信息,财付通系统收到此结果后不再进行后续通知
resHandler.sendToCFT("fail");

@buyijiuyang
Copy link

支付成功或者失败后,直接在回调地址里面返回SUCCESS 或者 fail就好,没必要写一个方法

@binarywang
Copy link
Member

@sunronsoft 请问楼上是否能解决你的问题?如果解决了就关闭issue吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants