Replies: 1 comment 6 replies
-
你应该用 url 区分🥹 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
文档上写的是直接$response = $app->handlePaidNotify(fn),但是我的$app是需要通过配置参数生成的:$app = Factory::payment($config);
我现在有多个商户号,通过订单能获取到,在支付回调的时候,我怎么来确定用哪个$config来创建$app?我直接自己解析request,然后拿到out_trade_no?那这样的话,handlePaidNotify不就没啥用了
Beta Was this translation helpful? Give feedback.
All reactions