Skip to content

Commit

Permalink
Merge pull request #2981 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
JeffreySu authored Dec 31, 2023
2 parents 6d1f871 + 9177aee commit 7cb0198
Show file tree
Hide file tree
Showing 1,218 changed files with 2,202 additions and 1,995 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:EventService.cs
文件功能描述:事件处理程序,此代码的简化MessageHandler方法已由/CustomerMessageHandler/CustomerMessageHandler_Event.cs完成
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:LocationService.cs
文件功能描述:地理位置信息处理
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandlerAsync.cs
文件功能描述:自定义MessageHandler(异步方法)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandler_Events.cs
文件功能描述:自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandler.cs
文件功能描述:微信公众号自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandler_Events.cs
文件功能描述:自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkCustomMessageContext.cs
文件功能描述:企业号消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkCustomMessageHandler.cs
文件功能描述:自定义WorkMessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomWxOpenMessageHandler.cs
文件功能描述:微信小程序自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:HomeController.cs
文件功能描述:首页Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:FilterTestController.cs
文件功能描述:演示Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:SimulateToolController.cs
文件功能描述:消息模拟工具
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:MediaController.cs
文件功能描述:根据mediaId获取语音
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:MenuController.cs
文件功能描述:自定义菜单设置工具Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:OAuth2Controller.cs
文件功能描述:提供OAuth2.0授权测试(关注微信公众号:盛派网络小助手,点击菜单【功能体验】 【OAuth2.0授权测试】即可体验)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WeixinAsyncController.cs
文件功能描述:此Controller为异步Controller(Action),使用异步线程处理并发请求。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WeixinController.cs
文件功能描述:用于处理微信回调的信息
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WeixinController_OldPost.cs
文件功能描述:用户发送消息后,微信平台自动Post一个请求到这里,并等待响应XML
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:TenPayApiV3Controller.cs
文件功能描述:微信支付V3 Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:TenPayController.cs
文件功能描述:微信支付Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:TenPayV3Controller.cs
文件功能描述:微信支付V3Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkController.cs
文件功能描述:企业号对接测试(从QYController.cs移植)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:OAuth2Controller.cs
文件功能描述:提供OAuth2.0授权测试(关注微信公众号:盛派网络小助手,点击菜单【功能体验】 【OAuth2.0授权测试】即可体验)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WeixinController.cs
文件功能描述:用于处理微信回调的信息
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandler.cs
文件功能描述:微信公众号自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageHandler_Events.cs
文件功能描述:自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:LocationService.cs
文件功能描述:地理位置信息处理
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:TenPayV3Controller.cs
文件功能描述:微信支付V3Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:TenpayApiV3Controller.cs
文件功能描述:微信支付V3 Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkController.cs
文件功能描述:企业号对接测试(从QYController.cs移植)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkCustomMessageContext.cs
文件功能描述:企业号消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WorkCustomMessageHandler.cs
文件功能描述:自定义WorkMessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:CustomWxOpenMessageHandler.cs
文件功能描述:微信小程序自定义MessageHandler
Expand Down
2 changes: 1 addition & 1 deletion readme.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ Donate:
Apache License Version 2.0

```
Copyright 2023 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2024 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ namespace Senparc.Weixin.MP.Sample.CustomerMessageHandler
Apache License Version 2.0

```
Copyright 2023 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2024 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WebSocketHelper.cs
文件功能描述:WebSocket处理类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WebSocketMessageHandler.cs
文件功能描述:WebSocketMessageHandler基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:Register.cs
文件功能描述:注册 Senparc.WebSocket 服务
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WebSocketHandler.cs
文件功能描述:WebSocket处理程序
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc
文件名:WebSocketRoute.cs
文件功能描述:WebSocket的Route类(主要为了重写GetVirtualPath,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc

文件名:WebSocketRouteHandler.cs
文件功能描述:WebSocketRouteHandler,处理WebSocket请求
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc

文件名:SenparcWebSocketHubBase.cs
文件功能描述:SenparcWebSocketHub 基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc

文件名:WebSocketRouteConfig.cs
文件功能描述:自动配置WebSocket路由
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2023 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2024 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2023 Senparc
Copyright (C) 2024 Senparc

文件名:RegisterServiceExtension.cs
文件功能描述:快捷注册类,RegisterService 扩展类
Expand Down
Loading

0 comments on commit 7cb0198

Please sign in to comment.