提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

10
vendor/w7corp/easywechat/README.md vendored Executable file → Normal file
View 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: 支持我
[![Sponsor me](https://github.com/overtrue/overtrue/blob/master/sponsor-me.svg?raw=true)](https://github.com/sponsors/overtrue)
如果你喜欢我的项目并想支持它,[点击这里 :heart:](https://github.com/sponsors/overtrue)
## 由 JetBrains 赞助