提交的内容
This commit is contained in:
10
vendor/w7corp/easywechat/README.md
vendored
Executable file → Normal file
10
vendor/w7corp/easywechat/README.md
vendored
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
# [EasyWeChat](https://www.easywechat.com)
|
||||
# [EasyWeChat](https://easywechat.com)
|
||||
|
||||
📦 一个 PHP 微信开发 SDK,开源 SaaS 平台提供商 [微擎](https://www.w7.cc/) 旗下开源产品。
|
||||
|
||||
@ -38,19 +38,19 @@ $config = [
|
||||
|
||||
$app = new Application($config);
|
||||
|
||||
$app->getServer()->with(fn() => "您好!EasyWeChat!");
|
||||
$server = $app->getServer();
|
||||
|
||||
$server->with(fn() => "您好!EasyWeChat!");
|
||||
|
||||
$response = $server->serve();
|
||||
```
|
||||
|
||||
## 文档和链接
|
||||
|
||||
[官网](https://www.easywechat.com) · [讨论](https://github.com/w7corp/easywechat/discussions) · [更新策略](https://github.com/w7corp/easywechat/security/policy)
|
||||
[官网](https://easywechat.com) · [讨论](https://github.com/w7corp/easywechat/discussions) · [更新策略](https://github.com/w7corp/easywechat/security/policy)
|
||||
|
||||
## :heart: 支持我
|
||||
|
||||
[](https://github.com/sponsors/overtrue)
|
||||
|
||||
如果你喜欢我的项目并想支持它,[点击这里 :heart:](https://github.com/sponsors/overtrue)
|
||||
|
||||
## 由 JetBrains 赞助
|
||||
|
||||
Reference in New Issue
Block a user