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

Developer #3032

Merged
merged 3 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
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
13 changes: 12 additions & 1 deletion Samples/All/net8-mvc/Senparc.Weixin.Sample.Net8/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@
1. 本项目为 Senparc.Weixin SDK 各个模块集成在一起的综合示例,采用 .NET 8.0 作为默认 Web 运行框架。
2. 由于微信各模块的复杂度,以及整合到一起后的业务逻辑的复杂度,使得本示例的代码也具有一定的复杂度,因此使用本示例不可避免地需要一些基本功和耐心。如果您仅需要查看单个模块的示例代码(公众号、小程序、开放平台、微信支付等),可直接查看 `[/Samples/](../../../)` 目录下的其他对应文件夹。
3. 但是您不用太过担心,示例中已经将各个模块使用注释、文件夹等方式进行了区分,阅读代码不会有障碍。
4. 本项目非常适合综合场景的实际项目参考,如果您在学习过程中有任何问题,欢迎加群询问。
4. 本项目非常适合综合场景的实际项目参考,如果您在学习过程中有任何问题,欢迎加群询问。

## 关于 AI 示例

目前 AI 示例已经集成到当前解决方案中,为方便查看,已经将 AI 相关能力代码整合到 [Senparc.Weixin.Sample.CommonService\AI](../Senparc.Weixin.Sample.CommonService/AI) 文件夹下,可以在解决方案中的 `Senparc.Weixin.Net8Sample.CommonService` 项目下查看相关文件:

<img width="367" alt="image" src="https://github.com/JeffreySu/WeiXinMPSDK/assets/2281927/9de8e358-2e04-4655-af06-63655b98c383">

您也可以关注“盛派网络小助手”公众号,输入关键字 `AI` 体验公众号 AI 机器人能力。扫码关注:

<img width="367" alt="image" src="../../Senparc.Weixin.Sample.Shared/wwwroot/images/qrcode.jpg">

6 changes: 6 additions & 0 deletions 微信资源/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
微信支付 V3(推荐) | https://sdk.weixin.senparc.com/Docs/TenPayV3/
微信支付 V2(不推荐) | https://sdk.weixin.senparc.com/Docs/TenPayV2/

# AI + 微信

Senparc.Weixin SDK 已经通过基于 Senparc.CO2NET、Senparc.AI 等基础件统一无缝(扩展)集成了 Senparc.AI 系列、Semantic Kernel、AutoGen 等模块,可以仅使用少量代码,即可实现基于微信公众号、小程序、企业微信等平台的微信机器人,或使用 AI 能力赋能相关系统。

更多示例请查看:[Senparc.Weixin.Samples powered by AI](../Samples%20with%20AI/readme.md)

# 小程序独立项目

[进入微信小程序项目](https://github.com/JeffreySu/WxOpen)
Expand Down