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

回调参数的同步跳转和异步回调的优先级不对 #13

Closed
canyiad opened this issue Dec 21, 2019 · 3 comments
Closed

回调参数的同步跳转和异步回调的优先级不对 #13

canyiad opened this issue Dec 21, 2019 · 3 comments

Comments

@canyiad
Copy link

canyiad commented Dec 21, 2019

应该是同步跳转的优先级最高,然后才是异步回调.不然异步出错,同步是正确的,后台会出现2个相同金额的订单,一个是无订单转账状态,一个是通知失败状态

@szvone
Copy link
Owner

szvone commented Dec 26, 2019

表示没听懂你在说啥

@canyiad
Copy link
Author

canyiad commented Dec 30, 2019 via email

@szvone
Copy link
Owner

szvone commented Dec 30, 2019

所有支付程序含支付宝微信在内,均有同步和异步两种,如果你不想使用异步回调,你可以把application\index\controller\Index.php的492行$re = $this->getCurl($url);修改为$re = "success";

@szvone szvone closed this as completed Dec 30, 2019
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

2 participants