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

docs: 修改错别字 #1011

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/docs/v3/quick-start/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ $result = Pay::alipay()->find($order);
此方法需要版本 >=3.2.12 才能使用
:::

Pay 中内置了非常简单的获取微信平台公钥证书的方式,只需三两行代码即可搞定微信平台证书,再也不用下载着下载那,搞的一头雾水了!
Pay 中内置了非常简单的获取微信平台公钥证书的方式,只需三两行代码即可搞定微信平台证书,再也不用下载这下载那,搞的一头雾水了!

如果您感兴趣,您可以参考 `\Yansongda\Pay\get_wechat_public_certs` 方法了解详细细节。

Expand Down