Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
自己 new 来调用哈,文档后续补上: https://github.com/w7corp/easywechat/blob/6.x/src/Pay/ResponseValidator.php $validator = new ResponseValidator($app->gerMerchant());
$response = $app->getClient()->get(...);
try {
$validator->validate($response);
} catch(\Throwable $e) {
// 验证失败
} |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
看到了验签的方法
但未找到调用地方。
Beta Was this translation helpful? Give feedback.
All reactions