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 #2295

Merged
merged 3 commits into from
Jan 15, 2021
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:LocationService.cs
文件功能描述:地理位置信息处理
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageHandlerAsync.cs
文件功能描述:自定义MessageHandler(异步方法)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageHandler_Events.cs
文件功能描述:自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageHandler.cs
文件功能描述:微信公众号自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageHandler_Events.cs
文件功能描述:自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WorkCustomMessageContext.cs
文件功能描述:企业号消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WorkCustomMessageHandler.cs
文件功能描述:自定义WorkMessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageContext.cs
文件功能描述:微信消息上下文
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:CustomMessageHandler.cs
文件功能描述:微信公众号自定义MessageHandler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:BaseController.cs
文件功能描述:Controller基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:HomeController.cs
文件功能描述:首页Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:SimulateToolController.cs
文件功能描述:消息模拟工具
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MediaController.cs
文件功能描述:根据mediaId获取语音
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MenuController.cs
文件功能描述:自定义菜单设置工具Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WeixinAsyncController.cs
文件功能描述:此Controller为异步Controller(Action),使用异步线程处理并发请求。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WeixinController.cs
文件功能描述:用于处理微信回调的信息
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WeixinController_OldPost.cs
文件功能描述:用户发送消息后,微信平台自动Post一个请求到这里,并等待响应XML
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:TenPayController.cs
文件功能描述:微信支付Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:TenPayV3Controller.cs
文件功能描述:微信支付V3Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WorkController.cs
文件功能描述:企业号对接测试(从QYController.cs移植)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WebSocketHelper.cs
文件功能描述:WebSocket处理类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

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

文件名:Register.cs
文件功能描述:注册 Senparc.WebSocket 服务
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WebSocketHandler.cs
文件功能描述:WebSocket处理程序
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:WebSocketRoute.cs
文件功能描述:WebSocket的Route类(主要为了重写GetVirtualPath,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

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

文件名:SenparcWebSocketHubBase.cs
文件功能描述:SenparcWebSocketHub 基类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 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 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:BrowserUtility.cs
文件功能描述:浏览器公共类
Expand Down
4 changes: 2 additions & 2 deletions src/Senparc.Weixin.AspNet/Utilities/HttpUtility/UrlUtility.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:UrlUtility.cs
文件功能描述:URL工具类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:RedisContainerCacheStrategy.cs
文件功能描述:Redis 容器缓存策略。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:RedisHashSetContainerCacheStrategy.cs
文件功能描述:Redis HashSet 格式容器缓存策略。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:Register.cs
文件功能描述:Senparc.Weixin.Cache.Redis 注册类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MemcachedContainerStrategy.cs
文件功能描述:Memcached 容器缓存策略。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MemcachedApplicationBuilderExtensions.cs
文件功能描述:Memcached 依赖注入设置。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MemcachedServiceCollectionExtensions.cs
文件功能描述:Memcached 依赖注入设置。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:Register.cs
文件功能描述:Senparc.Weixin.Cache.Memcached 注册类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:RedisContainerCacheStrategy.cs
文件功能描述:Redis 容器缓存策略。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------

Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Copyright 2021 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) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:RedisHashSetContainerCacheStrategy.cs
文件功能描述:Redis HashSet 格式容器缓存策略。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:Register.cs
文件功能描述:Senparc.Weixin.Cache.Redis 注册类
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and limitations under the License.
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
Copyright (C) 2021 Senparc

文件名:MpMessageHandlerMiddleware.cs
文件功能描述:公众号 MessageHandler 中间件
Expand Down
Loading