Skip to content

Commit

Permalink
Merge pull request #3032 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
JeffreySu authored Jun 23, 2024
2 parents 08a36a3 + ac53b89 commit edd804b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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

0 comments on commit edd804b

Please sign in to comment.