diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/EventService.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/EventService.cs index 5c686ec7d3..d0393b3a5c 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/EventService.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/EventService.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EventService.cs 文件功能描述:事件处理程序,此代码的简化MessageHandler方法已由/CustomerMessageHandler/CustomerMessageHandler_Event.cs完成 diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/LocationService.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/LocationService.cs index 4ac9145050..cc87225afc 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/LocationService.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/LocationService.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LocationService.cs 文件功能描述:地理位置信息处理 diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync.cs index 0575623fdf..e38beaf907 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageHandlerAsync.cs 文件功能描述:自定义MessageHandler(异步方法) diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync_Events.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync_Events.cs index e97542aadf..633617b7bd 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync_Events.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/Async/CustomMessageHandlerAsync_Events.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageHandler_Events.cs 文件功能描述:自定义MessageHandler diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageContext.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageContext.cs index f05ccfc60c..0e3c158811 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageContext.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageContext.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageContext.cs 文件功能描述:微信消息上下文 diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler.cs index 9769d4469f..d5a8babdb2 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageHandler.cs 文件功能描述:微信公众号自定义MessageHandler diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler_Events.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler_Events.cs index c4009beff1..581ee2d47f 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler_Events.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/CustomMessageHandler/CustomMessageHandler_Events.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageHandler_Events.cs 文件功能描述:自定义MessageHandler diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageContext.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageContext.cs index a776f25545..4080db68ee 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageContext.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageContext.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkCustomMessageContext.cs 文件功能描述:企业号消息上下文 diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageHandler.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageHandler.cs index 0771fbe17d..1cb127f14c 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageHandler.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WorkMessageHandler/WorkCustomMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkCustomMessageHandler.cs 文件功能描述:自定义WorkMessageHandler diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageContext.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageContext.cs index 1d92f1f6e9..9eca808006 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageContext.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageContext.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageContext.cs 文件功能描述:微信消息上下文 diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageHandler.cs b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageHandler.cs index 603af2a8f2..d9dac05b98 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageHandler.cs +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample.CommonService/MessageHandlers/WxOpenMessageHandler/CustomWxOpenMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomMessageHandler.cs 文件功能描述:微信公众号自定义MessageHandler diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/BaseController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/BaseController.cs index be90d32405..c5288cca1d 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/BaseController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/BaseController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseController.cs 文件功能描述:Controller基类 diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/HomeController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/HomeController.cs index c117bffefd..b58686efeb 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/HomeController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/HomeController.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:HomeController.cs 文件功能描述:首页Controller diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/FilterTestController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/FilterTestController.cs index 36f5b75fff..fefc2d0ae4 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/FilterTestController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/FilterTestController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:FilterTestController.cs 文件功能描述:演示Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/SimulateToolController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/SimulateToolController.cs index 69d89bb842..9960a99ae7 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/SimulateToolController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Tools/SimulateToolController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SimulateToolController.cs 文件功能描述:消息模拟工具 diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MediaController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MediaController.cs index 54dd477420..5175490dfe 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MediaController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MediaController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MediaController.cs 文件功能描述:根据mediaId获取语音 diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MenuController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MenuController.cs index e8ef41c64e..76c838ee65 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MenuController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/MenuController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MenuController.cs 文件功能描述:自定义菜单设置工具Controller diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/OAuth2Controller.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/OAuth2Controller.cs index 388b9787f3..1ba7608e5a 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/OAuth2Controller.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/OAuth2Controller.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuth2Controller.cs 文件功能描述:提供OAuth2.0授权测试(关注微信公众号:盛派网络小助手,点击菜单【功能体验】 【OAuth2.0授权测试】即可体验) diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinAsyncController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinAsyncController.cs index 1e5e987381..bc0c326194 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinAsyncController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinAsyncController.cs @@ -6,7 +6,7 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinAsyncController.cs 文件功能描述:此Controller为异步Controller(Action),使用异步线程处理并发请求。 diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController.cs index 0e7a576034..2e4f6306b2 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinController.cs 文件功能描述:用于处理微信回调的信息 diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController_OldPost.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController_OldPost.cs index 673049ca5c..7dfa8e56d3 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController_OldPost.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/MP/WeixinController_OldPost.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinController_OldPost.cs 文件功能描述:用户发送消息后,微信平台自动Post一个请求到这里,并等待响应XML diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayController.cs index 6f6f82fb1a..99bdf0053a 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayController.cs 文件功能描述:微信支付Controller diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayV3Controller.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayV3Controller.cs index 9bc41622df..4061d03145 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayV3Controller.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/TenPay/TenPayV3Controller.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3Controller.cs 文件功能描述:微信支付V3Controller diff --git a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/Work/WorkController.cs b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/Work/WorkController.cs index 61de2a4886..b2f624ee7d 100644 --- a/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/Work/WorkController.cs +++ b/Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Controllers/Weixin/Work/WorkController.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkController.cs 文件功能描述:企业号对接测试(从QYController.cs移植) diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Helpers/WebSocketHelper.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Helpers/WebSocketHelper.cs index 565abc6636..3ff03b888c 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Helpers/WebSocketHelper.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Helpers/WebSocketHelper.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketHelper.cs 文件功能描述:WebSocket处理类 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/MessageHandlers/WebSocketMessageHandler.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/MessageHandlers/WebSocketMessageHandler.cs index 7dafdd2b3d..c122ae1209 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/MessageHandlers/WebSocketMessageHandler.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/MessageHandlers/WebSocketMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketMessageHandler.cs 文件功能描述:WebSocketMessageHandler基类 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Register.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Register.cs index a7c8ef7a51..24d9874d07 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Register.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:注册 Senparc.WebSocket 服务 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_NET45.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_NET45.cs index c3905e56ee..256d1ba8f1 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_NET45.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_NET45.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketHandler.cs 文件功能描述:WebSocket处理程序 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRoute.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRoute.cs index 6fa1581120..dd4e5d4ee7 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRoute.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRoute.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketRoute.cs 文件功能描述:WebSocket的Route类(主要为了重写GetVirtualPath, diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRouteHandler.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRouteHandler.cs index 4fb1384b2e..7263760b80 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRouteHandler.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketRouteHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketRouteHandler.cs 文件功能描述:WebSocketRouteHandler,处理WebSocket请求 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/SignalR/SenparcWebSocketHubBase.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/SignalR/SenparcWebSocketHubBase.cs index 0c9ac6437b..d6589434c9 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/SignalR/SenparcWebSocketHubBase.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/SignalR/SenparcWebSocketHubBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWebSocketHubBase.cs 文件功能描述:SenparcWebSocketHub 基类 diff --git a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/WebSocketConfig.cs b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/WebSocketConfig.cs index b3a0d8d70f..2f1acd55cc 100644 --- a/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/WebSocketConfig.cs +++ b/src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/WebSocketConfig.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebSocketRouteConfig.cs 文件功能描述:自动配置WebSocket路由 diff --git a/src/Senparc.Weixin.AspNet/Utilities/BrowserUtility/BrowserUtility.cs b/src/Senparc.Weixin.AspNet/Utilities/BrowserUtility/BrowserUtility.cs index 516d020802..b4401bcdf3 100644 --- a/src/Senparc.Weixin.AspNet/Utilities/BrowserUtility/BrowserUtility.cs +++ b/src/Senparc.Weixin.AspNet/Utilities/BrowserUtility/BrowserUtility.cs @@ -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 @@ -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 文件功能描述:浏览器公共类 diff --git a/src/Senparc.Weixin.AspNet/Utilities/HttpUtility/UrlUtility.cs b/src/Senparc.Weixin.AspNet/Utilities/HttpUtility/UrlUtility.cs index 8466171ac8..88da73d82d 100644 --- a/src/Senparc.Weixin.AspNet/Utilities/HttpUtility/UrlUtility.cs +++ b/src/Senparc.Weixin.AspNet/Utilities/HttpUtility/UrlUtility.cs @@ -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 @@ -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工具类 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs index 8923c790f8..0ba56d3fa5 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs @@ -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 @@ -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 容器缓存策略。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs index 21b2cd9365..d56ee16f2c 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs @@ -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 @@ -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 格式容器缓存策略。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/Register.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/Register.cs index ee7efcca39..83a6e03d18 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/Register.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.Cache.Redis 注册类 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/ContainerCacheStrategy/MemcachedContainerCacheStrategy.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/ContainerCacheStrategy/MemcachedContainerCacheStrategy.cs index 0ade6f6f6a..670aa28744 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/ContainerCacheStrategy/MemcachedContainerCacheStrategy.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/ContainerCacheStrategy/MemcachedContainerCacheStrategy.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemcachedContainerStrategy.cs 文件功能描述:Memcached 容器缓存策略。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedApplicationBuilderExtensions.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedApplicationBuilderExtensions.cs index 6a0e3d7f4d..c5a206c9b7 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedApplicationBuilderExtensions.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedApplicationBuilderExtensions.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemcachedApplicationBuilderExtensions.cs 文件功能描述:Memcached 依赖注入设置。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedServiceCollectionExtensions.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedServiceCollectionExtensions.cs index 4710c5b085..3a7965d755 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedServiceCollectionExtensions.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Inject/MemcachedServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemcachedServiceCollectionExtensions.cs 文件功能描述:Memcached 依赖注入设置。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Register.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Register.cs index 4a4fdd215e..95df796c19 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Register.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.Cache.Memcached 注册类 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis.Tests/RedisContainerCacheStrategyTest.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis.Tests/RedisContainerCacheStrategyTest.cs index 893ca627f6..14bd41d656 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis.Tests/RedisContainerCacheStrategyTest.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis.Tests/RedisContainerCacheStrategyTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs index 1da2f35987..cf6eb40ef4 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisContainerCacheStrategy.cs @@ -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 @@ -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 容器缓存策略。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs index 4c4b4e2125..b403ba3d1d 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/ContainerCacheStrategy/RedisHashSetContainerCacheStrategy.cs @@ -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 @@ -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 格式容器缓存策略。 diff --git a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/Register.cs b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/Register.cs index 371a679885..75634f982f 100644 --- a/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/Register.cs +++ b/src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.Cache.Redis 注册类 diff --git a/src/Senparc.Weixin.MP.Middleware/MessageHandlers/Middleware/MpMessageHandlerMiddleware.cs b/src/Senparc.Weixin.MP.Middleware/MessageHandlers/Middleware/MpMessageHandlerMiddleware.cs index eafd6d4fbd..667a93a3e2 100644 --- a/src/Senparc.Weixin.MP.Middleware/MessageHandlers/Middleware/MpMessageHandlerMiddleware.cs +++ b/src/Senparc.Weixin.MP.Middleware/MessageHandlers/Middleware/MpMessageHandlerMiddleware.cs @@ -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 中间件 diff --git a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/SenparcOAuthAttribute.cs b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/SenparcOAuthAttribute.cs index 637893bbc0..7c1c2587cc 100644 --- a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/SenparcOAuthAttribute.cs +++ b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/SenparcOAuthAttribute.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcOAuthAttribute.cs 文件功能描述:自动判断OAuth授权状态 diff --git a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/WeixinInternalRequestAttribute.cs b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/WeixinInternalRequestAttribute.cs index 4da09e493b..8b0565d9fc 100644 --- a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/WeixinInternalRequestAttribute.cs +++ b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Filters/WeixinInternalRequestAttribute.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinInternalRequestAttribute.cs 文件功能描述:微信内置浏览器状态判断 diff --git a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Results/WeixinResult.cs b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Results/WeixinResult.cs index b4b749310d..8c31f0edfe 100644 --- a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Results/WeixinResult.cs +++ b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Results/WeixinResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinResult.cs 文件功能描述:给MVC使用的返回结果 diff --git a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/BrowserUtility/BrowserUtility.cs b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/BrowserUtility/BrowserUtility.cs index 511e3c165f..c92dde4b80 100644 --- a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/BrowserUtility/BrowserUtility.cs +++ b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/BrowserUtility/BrowserUtility.cs @@ -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 @@ -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 文件功能描述:浏览器公共类 diff --git a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/HttpUtility/EnableRequestRewind.cs b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/HttpUtility/EnableRequestRewind.cs index 3fc8f571c1..74c4193614 100644 --- a/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/HttpUtility/EnableRequestRewind.cs +++ b/src/Senparc.Weixin.MP.MvcExtension/Senparc.Weixin.MP.MvcExtension/Utilities/HttpUtility/EnableRequestRewind.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EnableRequestRewindMiddleware.cs 文件功能描述:EnableRequestRewind中间件,开启.net core 2 中的 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Analysis/AnalysisTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Analysis/AnalysisTest.cs index ebd64b3465..07d4dd193c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Analysis/AnalysisTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Analysis/AnalysisTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/AutoReply/AutoReplyTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/AutoReply/AutoReplyTest.cs index 041b181e55..4aabc4334a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/AutoReply/AutoReplyTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/AutoReply/AutoReplyTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Card/CardAPITest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Card/CardAPITest.cs index 44e4e77649..fe40836b5c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Card/CardAPITest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Card/CardAPITest.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardTest.cs 文件功能描述:卡券单元测试 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs index 9ba346d249..c8e580636e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/CustomService/CustomServiceTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/CustomService/CustomServiceTest.cs index 26ebfba29d..22cc96aad7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/CustomService/CustomServiceTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/CustomService/CustomServiceTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/GroupMessage/GroupMessageTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/GroupMessage/GroupMessageTest.cs index 1672925704..51b23d04d1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/GroupMessage/GroupMessageTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/GroupMessage/GroupMessageTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Groups/GroupTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Groups/GroupTest.cs index cd7e2d562f..3f0a3ddfde 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Groups/GroupTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Groups/GroupTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Media/MediaTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Media/MediaTest.cs index 265648db2e..203a31fc82 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Media/MediaTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Media/MediaTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/OAuth/OAuthTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/OAuth/OAuthTest.cs index 9735d1aa5a..d843004f6e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/OAuth/OAuthTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/OAuth/OAuthTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Poi/PoiTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Poi/PoiTest.cs index e4da7e72cd..e32feaf97c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Poi/PoiTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Poi/PoiTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/QrCode/QrCodeApiTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/QrCode/QrCodeApiTests.cs index e254824b6e..00b9c7e56e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/QrCode/QrCodeApiTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/QrCode/QrCodeApiTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Semantic/SemanticTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Semantic/SemanticTest.cs index 793cd98f23..b592d68a2e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Semantic/SemanticTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Semantic/SemanticTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/ShakeAround/ShakeAroundTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/ShakeAround/ShakeAroundTest.cs index 3b386153a4..35613653a4 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/ShakeAround/ShakeAroundTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/ShakeAround/ShakeAroundTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Template/TemplateTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Template/TemplateTest.cs index b28fc68e44..a80a9c5d5d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Template/TemplateTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Template/TemplateTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/User/CustomTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/User/CustomTest.cs index fb14b0d540..721729dfd9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/User/CustomTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/User/CustomTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ProductTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ProductTest.cs index 89947acab9..5cbf3513d1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ProductTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ProductTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ShelvesTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ShelvesTest.cs index 3375ac0bc7..f8be0cca9c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ShelvesTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/WeixinShop/ShelvesTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Agents/MessageAgentTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Agents/MessageAgentTest.cs index e070e2778b..a27edf5573 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Agents/MessageAgentTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Agents/MessageAgentTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CacheTests/CacheTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CacheTests/CacheTests.cs index d1d85cc628..8c6ef2fd0c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CacheTests/CacheTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CacheTests/CacheTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CheckSignatureTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CheckSignatureTest.cs index d95d80504b..aa4163cc0b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CheckSignatureTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CheckSignatureTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/ApiHandlerWapperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/ApiHandlerWapperTest.cs index 7fdbdde443..13185a5905 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/ApiHandlerWapperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/ApiHandlerWapperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.Menu.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.Menu.cs index 780f288136..4ed32d2a6c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.Menu.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.Menu.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.cs index 4e985f4a65..7644a37a98 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/CommonAPIs/CommonApiTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainer.TryGetAccessTokenTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainer.TryGetAccessTokenTests.cs index abe322d608..e18dab5f8c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainer.TryGetAccessTokenTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainer.TryGetAccessTokenTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerAsyncTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerAsyncTest.cs index 3b8b32f3ec..e758f5495f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerAsyncTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerAsyncTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerLockTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerLockTest.cs index f9d914085d..ac1c65c7e8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerLockTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerLockTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerTest.cs index 2c2d029319..fed897ccf3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/AccessTokenContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/JsApiTicketContainerTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/JsApiTicketContainerTest.cs index 691a071753..44038a4931 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/JsApiTicketContainerTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Containers/JsApiTicketContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Request/PostModelTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Request/PostModelTest.cs index 43ddf10b4a..caf536b1b5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Request/PostModelTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Request/PostModelTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Response/ResponseMessageBaseTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Response/ResponseMessageBaseTest.cs index fb708f10cd..6ca71ae90c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Response/ResponseMessageBaseTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Entities/Response/ResponseMessageBaseTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Exceptions/WeixinExceptionTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Exceptions/WeixinExceptionTest.cs index 47e3945103..98489be650 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Exceptions/WeixinExceptionTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Exceptions/WeixinExceptionTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/BaiduMapHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/BaiduMapHelperTest.cs index 92ac4a6063..c7d25cb6b3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/BaiduMapHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/BaiduMapHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/DateTimeHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/DateTimeHelperTest.cs index 08953eac48..a49a8ad060 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/DateTimeHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/DateTimeHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/EntityHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/EntityHelperTest.cs index ba70190f4d..2f5c1bbd12 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/EntityHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/EntityHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GoogleMapHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GoogleMapHelperTest.cs index 276297374e..56fdf3aae0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GoogleMapHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GoogleMapHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GpsHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GpsHelperTest.cs index ec9ece37f7..66022661ab 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GpsHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/GpsHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/JSSDK/JSSDKHelperTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/JSSDK/JSSDKHelperTests.cs index cc83812e3a..ad1834dc0e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/JSSDK/JSSDKHelperTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/JSSDK/JSSDKHelperTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/MsgTypeHelperTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/MsgTypeHelperTest.cs index 6990a58c33..a8a0dceea5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/MsgTypeHelperTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Helpers/MsgTypeHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlersTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlersTest.cs index 75291f02d4..7fe482584f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlersTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlersTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_CancelTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_CancelTest.cs index 0bf7ff1629..27774e4254 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_CancelTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_CancelTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_OmitRepeatMessageTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_OmitRepeatMessageTest.cs index a5b4d9d94d..285db61057 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_OmitRepeatMessageTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/MessageHandlers/MessageHandlers_OmitRepeatMessageTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/RequestMessageFactoryTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/RequestMessageFactoryTest.cs index 129be5ec73..7d8791b3ac 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/RequestMessageFactoryTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/RequestMessageFactoryTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/ResponseMessageFactoryTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/ResponseMessageFactoryTest.cs index 69bd7f2422..48c2c354b5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/ResponseMessageFactoryTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/ResponseMessageFactoryTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Senparc.Weixin.Utilites/HttpUtility/RequestUtilityTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Senparc.Weixin.Utilites/HttpUtility/RequestUtilityTests.cs index e5dd7eff65..56738e701b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Senparc.Weixin.Utilites/HttpUtility/RequestUtilityTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/Senparc.Weixin.Utilites/HttpUtility/RequestUtilityTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayRightsTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayRightsTest.cs index d934f5d122..fd4213a835 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayRightsTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayRightsTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayTest.cs index c8b3654efe..a1e9686ab0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPay/TenPayTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3/TenPayTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3/TenPayTest.cs index e21e93f1c3..9f512be004 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3/TenPayTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3/TenPayTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3UtilTests.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3UtilTests.cs index 0af8c7b212..87c2537cdc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3UtilTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayLibV3/TenPayV3UtilTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/RedPackApiTest.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/RedPackApiTest.cs index 343fff5553..79e17dc086 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/RedPackApiTest.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/RedPackApiTest.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/TenPayV3Test.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/TenPayV3Test.cs index 1ce7e1bdcb..b27d1f619d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/TenPayV3Test.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/TenPayV3/TenPayV3Test.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisApi.cs index 9f5359adcb..367bfa0641 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AnalysisAPI.cs 文件功能描述:分析数据接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/AnalysisResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/AnalysisResultJson.cs index ca1fe80ab0..52da411994 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/AnalysisResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/AnalysisResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AnalysisResultJson.cs 文件功能描述:分析数据接口返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/ArticleAnalysisItemJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/ArticleAnalysisItemJson.cs index b14c2c7893..e03ef1ced9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/ArticleAnalysisItemJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/ArticleAnalysisItemJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ArticleAnalysisItemJson.cs 文件功能描述:获取图文群发每日数据返回结果 单条数据类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisObject.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisObject.cs index 7173eb9c3d..2da80f9dbe 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisObject.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisObject.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseAnalysisObject.cs 文件功能描述:分析数据接口返回结果Object基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisResult.cs index 1523e36ddc..9844d630d8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/BaseAnalysisResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseAnalysisResult.cs 文件功能描述:分析数据接口返回结果基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/InterfaceAnalysisItemJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/InterfaceAnalysisItemJson.cs index 0d6dcdd508..6a10e020ac 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/InterfaceAnalysisItemJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/InterfaceAnalysisItemJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InterfaceAnalysisItemJson.cs 文件功能描述:获取接口分析数据返回结果 单条数据类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/MessageAnalysisItemJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/MessageAnalysisItemJson.cs index adf7182772..c67933e5ae 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/MessageAnalysisItemJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/MessageAnalysisItemJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageAnalysisItemJson.cs 文件功能描述:获取消息发送概况数据返回结果 单条数据类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/UserAnalysisItemJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/UserAnalysisItemJson.cs index 588d9b0859..f524727f2d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/UserAnalysisItemJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Analysis/AnalysisResultJson/UserAnalysisItemJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UserAnalysisItemJson.cs 文件功能描述:获取用户增减数据返回结果 单条数据类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyApi.cs index 8c4feabc8c..6c01975ca9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AutoReplyApi.cs 文件功能描述:获取自动回复规则接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyJson/AutoReplyResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyJson/AutoReplyResultJson.cs index 7b48199638..6ba8912ea1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyJson/AutoReplyResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/AutoReply/AutoReplyJson/AutoReplyResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AutoReplyResultJson.cs 文件功能描述:获取自动回复规则返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardAPI.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardAPI.cs index e75c799696..39e7637204 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardAPI.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardAPI.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardApi.cs 文件功能描述:卡券高级功能API diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateData.cs index dce2d4b7b8..d08f4d4ffc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardCreateData.cs 文件功能描述:所有类型的卡券数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo.cs index a879ca9bb1..4331899b5b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardCreateInfo.cs 文件功能描述:创建卡券数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo_Card.cs index b8420e3a8e..92202e842a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateInfo_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardCreateInfo_Card.cs 文件功能描述:卡券信息数据中的card字段 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateResultJson.cs index d049952778..55ad203bae 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardCreateResultJson.cs 文件功能描述:创建卡券返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/NorFilter.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/NorFilter.cs index 86e8f073de..c809f733f9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/NorFilter.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/NorFilter.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:NorFilter.cs 文件功能描述:NorFilter反选,不要拉取的订单 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/ActivateUserFormSetData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/ActivateUserFormSetData.cs index e05e25a9aa..c1c591759a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/ActivateUserFormSetData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/ActivateUserFormSetData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ActivateUserFormSetData.cs 文件功能描述:会员卡设置开卡字段需要的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardDetails.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardDetails.cs index 45b18b3312..84d5d39261 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardDetails.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardDetails.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseCardDetails.cs 文件功能描述:卡券详情 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardUpdateInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardUpdateInfo.cs index 7c967572e4..08073249f0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardUpdateInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/BaseCardUpdateInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseCardUpdateInfo.cs 文件功能描述:更新卡券的信息部分 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardManageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardManageResultJson.cs index c2b687806c..29b813241e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardManageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardManageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardManageResultJson.cs 文件功能描述:管理卡券返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardUpdateData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardUpdateData.cs index bb38050765..153e7bb319 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardUpdateData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardManage/CardUpdateData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardUpdateData.cs 文件功能描述:卡券更新需要的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Code/CodeResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Code/CodeResultJson.cs index b456807de0..eb216c2fe5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Code/CodeResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Code/CodeResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeResultJson.cs 文件功能描述:Code相关接口返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfoBase.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfoBase.cs index dfeabe6304..4a113cc367 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfoBase.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfoBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Card_BaseInfoBase.cs 文件功能描述:基本的卡券数据,所有卡券通用。作为 Card_BaseInfo和 的基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_DataInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_DataInfo.cs index 3e578dd5c9..f175efd527 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_DataInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_DataInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Card_BaseInfo_Sku.cs 文件功能描述:基本的卡券使用日期,有效期的信息,所有卡券通用。 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_Sku.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_Sku.cs index f8b552ee6a..c78a2c3d28 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_Sku.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Common/Card_BaseInfo/Card_BaseInfo_Sku.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Card_BaseInfo_Sku.cs 文件功能描述:基本的卡券商品信息,所有卡券通用。 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardData.cs index b66f46f6aa..b2c808205a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GiftCardData.cs 文件功能描述:礼品卡数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardResultJson.cs index c4073b01e9..7f67c46713 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/GiftCardResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GiftCardResultJson.cs 文件功能描述:礼品卡返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityData.cs index 19de264d94..2166ab688b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MktActivityData.cs 文件功能描述:社交立减金活动数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityResultJson.cs index 2c988785bf..97b873a346 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Giftcard/MktActivityResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MktActivityResultJson.cs 文件功能描述:社交立减金活动返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfCreateData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfCreateData.cs index 632b44307b..028321c1f5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfCreateData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfCreateData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CardUpdateData.cs 文件功能描述:卡券更新需要的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfResultJson.cs index c8599b5ebb..1dec9712f4 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Shelf/ShelfResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShelfResultJson.cs 文件功能描述:创建货架返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/BatchGetCardMerchantJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/BatchGetCardMerchantJsonResult.cs index 9a31a6ce83..bfb76cd6f4 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/BatchGetCardMerchantJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/BatchGetCardMerchantJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BatchgetCardMmerchantJsonResult.cs 文件功能描述:拉取子商户列表的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/CheckQualificationJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/CheckQualificationJsonResult.cs index b28cf0a9ea..039048679d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/CheckQualificationJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/CheckQualificationJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CheckQualificationJsonResult.cs 文件功能描述:母商户资质审核查询返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetApplyProtocolJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetApplyProtocolJsonResult.cs index 46ef9b280b..1e62f228e7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetApplyProtocolJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetApplyProtocolJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetApplyProtocolJsonResult.cs 文件功能描述:卡券开放类目查询的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetCardMerchantJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetCardMerchantJsonResult.cs index 3b9de8fd75..a367eb462a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetCardMerchantJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/GetCardMerchantJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCardMerchantJsonResult.cs 文件功能描述:拉取单个子商户信息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/InfoList.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/InfoList.cs index 4d51a21191..7c5640150f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/InfoList.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/InfoList.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InfoList.cs 文件功能描述:创建子商户的功能的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantBatchGetJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantBatchGetJsonResult.cs index 38c7a43614..5238fcbb93 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantBatchGetJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantBatchGetJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubmerChantBatchGetJsonResult.cs 文件功能描述:批量拉取子商户信息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantSubmitJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantSubmitJsonResult.cs index 8540fad531..ad6ffc6d9d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantSubmitJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/Submerchat/SubmerChantSubmitJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubmerChantSubmitJsonResult.cs 文件功能描述:创建子商户接口的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/UserInfo/UserinfoGetResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/UserInfo/UserinfoGetResult.cs index 631adac7bb..2d44b5cf13 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/UserInfo/UserinfoGetResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/UserInfo/UserinfoGetResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UserinfoGetResult.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentApi.cs index b097eefed9..15d881cda5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommentApi.cs 文件功能描述:评论数据管理 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentJson/ListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentJson/ListResultJson.cs index 8b6179d951..bc0716970f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentJson/ListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Comment/CommentJson/ListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ListResultJson.cs 文件功能描述:查看指定文章的评论数据 返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CardExt.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CardExt.cs index ed6dd158bd..024e267cf6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CardExt.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CardExt.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 创建标识:Senparc - 20160808 创建描述:创建CardExt diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CustomApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CustomApi.cs index fbcf9bac6a..1903bef4a2 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CustomApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Custom/CustomApi.cs @@ -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 @@ -18,7 +18,7 @@ and limitations under the License. ----------------------------------------------------------------*/ #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomAPI.cs 文件功能描述:客服接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/ChatLogJson/GetMsgListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/ChatLogJson/GetMsgListResultJson.cs index 5ec58e3641..3cbfefa767 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/ChatLogJson/GetMsgListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/ChatLogJson/GetMsgListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMsgListResultJson.cs 文件功能描述:GetMsgListResultJson diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomServiceApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomServiceApi.cs index 4eed273650..0461accf63 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomServiceApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomServiceApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomServiceAPI.cs 文件功能描述:多客服接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomInfoJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomInfoJson.cs index b40abbff9c..98f989c7f9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomInfoJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomInfoJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomInfoJson.cs 文件功能描述:客服列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomOnlineJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomOnlineJson.cs index cfb618a714..f51f152a9d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomOnlineJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/CustomOnlineJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomOnlineJson.cs 文件功能描述:在线客服列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/GetRecordResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/GetRecordResult.cs index 66e756176f..a150133abf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/GetRecordResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/GetRecordResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetRecordResult.cs 文件功能描述:聊天记录结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/RecordJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/RecordJson.cs index dd9e2f1060..e372c71b72 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/RecordJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/CustomerServiceManageJson/RecordJson.cs @@ -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 @@ -18,7 +18,7 @@ and limitations under the License. ----------------------------------------------------------------*/ #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RecordJson.cs 文件功能描述:客服记录消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionListResultJson.cs index da5bc198d7..c3dd8a661e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionListResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetSessionListResultJson.cs 文件功能描述:获取客服的会话列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionStateResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionStateResultJson.cs index 4d20a90753..81a7ca822d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionStateResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetSessionStateResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetSessionStateResultJson.cs 文件功能描述:获取客户的会话状态返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetWaitCaseResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetWaitCaseResultJson.cs index 46a4773825..538a4b949c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetWaitCaseResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/CustomService/SessionControlJson/GetWaitCaseResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWaitCaseResultJson.cs 文件功能描述:获取未接入会话列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageApi.cs index 3ed06d1cdc..3bd7617000 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupMessageAPI.cs 文件功能描述:高级群发接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataByOpenId.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataByOpenId.cs index 066e5b2e6a..41169fdf07 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataByOpenId.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataByOpenId.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseGroupMessageDataByOpenId.cs 文件功能描述:根据OpenId群发所需的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataPreview.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataPreview.cs index 0795fb23d5..cda67e6283 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataPreview.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/BaseGroupMessageDataPreview.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseGroupMessageDataPreview.cs 文件功能描述:预览群发所需的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/BaseGroupMessageDataByFilter.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/BaseGroupMessageDataByFilter.cs index 6eabb900f0..384c3a7811 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/BaseGroupMessageDataByFilter.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/BaseGroupMessageDataByFilter.cs @@ -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 @@ -20,7 +20,7 @@ and limitations under the License. /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseGroupMessageByFilter.cs 文件功能描述:根据筛选条件(GroupId、TagId)群发消息数据的基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByGroupId.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByGroupId.cs index e4ada0e452..f6610b6983 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByGroupId.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByGroupId.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseGroupMessageDataByGroupId.cs 文件功能描述:根据GroupId群发所需的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByTagId.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByTagId.cs index cfd416a065..6aff56de08 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByTagId.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/ByFilter/GroupMessageByTagId.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupMessageByTagId.cs 文件功能描述:根据 TagId 群发所需的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/NewsModel.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/NewsModel.cs index 0862eca8c3..aff72f4165 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/NewsModel.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/NewsModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:NewsModel.cs 文件功能描述:群发图文消息模型 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SendResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SendResult.cs index cf9bd9ddf7..66b0bc5760 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SendResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SendResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SendResult.cs 文件功能描述:群发结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SpeedResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SpeedResult.cs index 2f6aeaf099..2a2f8b4a2c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SpeedResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/SpeedResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SpeedResult.cs 文件功能描述:群发速度 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/VideoMediaIdResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/VideoMediaIdResult.cs index 6f16f6096a..3c7f3c7de8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/VideoMediaIdResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/GroupMessage/GroupMessageJson/VideoMediaIdResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:VideoMediaIdResult.cs 文件功能描述:群发视频文件调用接口获取视频群发用的MediaId diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsApi.cs index 672ca2d89f..30444619d0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupsAPI.cs 文件功能描述:用户组接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/CreateGroupResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/CreateGroupResult.cs index 91e166f003..69a9163cfc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/CreateGroupResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/CreateGroupResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateGroupResult.cs 文件功能描述:创建分组返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GetIdResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GetIdResult.cs index 634d6df216..c605f0afaf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GetIdResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GetIdResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetIdResult.cs 文件功能描述:获取用户分组ID返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GroupsJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GroupsJson.cs index 1a4a521661..985d30695b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GroupsJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Groups/GroupsJson/GroupsJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupsJson.cs 文件功能描述:获取用户分组列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceApi.cs index 4abfd58370..b5c8597a38 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceApi.cs 文件功能描述:电子发票接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs index 6fc7aa497a..c2cde57975 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceData.cs 文件功能描述:电子票据post数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformData.cs index 14ecdd40a3..67111b152a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoicePlatformData.cs 文件功能描述:开票平台接口post数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformResultJson.cs index 1ce3daf72b..705fd5bf38 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoicePlatformResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoicePlatformResultJson.cs 文件功能描述:开票平台返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs index a110f41879..0eb4f0403b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceResultJson.cs 文件功能描述:电子票据返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs index 636af752ad..54b952a86d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MakeOutInvoiceData.cs 文件功能描述:统一开票post数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaApi.cs index b862df6bed..a10ce8acd3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MediaAPI.cs 文件功能描述:素材管理接口(原多媒体文件接口) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaCountResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaCountResultJson.cs index bbf8b3328e..79e4d52ffa 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaCountResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaCountResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMediaCountResultJson.cs 文件功能描述:获取素材总数返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaListResultJson.cs index 337daac152..c4a711bbd8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetMediaListResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMediaListResultJson.cs 文件功能描述:获取素材列表返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetNewsResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetNewsResultJson.cs index 6b65c1e1ac..94fd4292e0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetNewsResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/GetNewsResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetNewsResultJson.cs 文件功能描述:获取图文类型永久素材返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UpdateForeverNewsData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UpdateForeverNewsData.cs index 3c77ef6f21..84da0609cd 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UpdateForeverNewsData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UpdateForeverNewsData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UpdateForeverNewsData.cs 文件功能描述:修改永久图文素材需要post的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UploadMediaFileResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UploadMediaFileResult.cs index 578b635b25..9961998fee 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UploadMediaFileResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaJson/UploadMediaFileResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UploadMediaFileResult.cs 文件功能描述:上传媒体文件返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressApi.cs index 6f1c71df9d..acbfb5b402 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressApi.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressPostData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressPostData.cs index f4e63797e7..76ebf989f6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressPostData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressPostData.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressResult.cs index 933902780f..4597b8f56c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Express/ExpressResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupApi.cs index 6306bb2377..a57437f783 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupApi.cs 文件功能描述:微小店分组接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupPostData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupPostData.cs index 1853548240..5a6c37a602 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupPostData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupPostData.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupResult.cs index 308b7d23a7..f5217400bf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Group/GroupResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderApi.cs index e0d468e2f6..5e1bb4fd6e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OrderApi.cs 文件功能描述:微小店订单接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderResult.cs index 1ba98623b3..cf92542963 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Order/OrderResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OrderResult.cs 文件功能描述:根据订单ID获取订单详情返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureApi.cs index ec0bd252c0..c9671f2bf1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OrderApi.cs 文件功能描述:微小店图片接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureResult.cs index fef5bdd3c9..4b7f2f147b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Picture/PictureResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductApi.cs index 7da7fedb2d..24d2ed2617 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProductApi.cs 文件功能描述:微小店商品接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductPostData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductPostData.cs index e46efc1813..2f3b4522a3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductPostData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductPostData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseProductData.cs 修改标识:Senparc - 20160805 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductResult.cs index 65d1ca04f6..e0cb95a335 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Product/ProductResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProductResult.cs 文件功能描述:商品结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfApi.cs index 692600d4e2..112a6de8a4 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShelfApi.cs 文件功能描述:微小店货架接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfPostData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfPostData.cs index eb933450eb..638ad9bea6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfPostData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfPostData.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfResult.cs index 01d8b84b33..92228e3e31 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Shelf/ShelfResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockApi.cs index 99ffa8ab3d..aa9ec30e07 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProductApi.cs 文件功能描述:微小店商品接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockPostData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockPostData.cs index bfa685829f..379e5e301f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockPostData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MerChant/Stock/StockPostData.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MpApiEnlightener.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MpApiEnlightener.cs index 28a6313e4d..2986fb9d10 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MpApiEnlightener.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/MpApiEnlightener.cs @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWeixinSettingItem.cs 文件功能描述:Senparc.Weixin SDK 中单个公众号配置信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthApi.cs index b20f7ca6ad..f563705f7c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthApi.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthAccessTokenResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthAccessTokenResult.cs index 006ed64131..c40c25ce38 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthAccessTokenResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthAccessTokenResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthAccessTokenResult.cs 文件功能描述:获取OAuth AccessToken的结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthUserInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthUserInfo.cs index c04673fcd4..f4891c36e4 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthUserInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/OAuthUserInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthUserInfo.cs 文件功能描述:通过OAuth的获取到的用户信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/RefreshTokenResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/RefreshTokenResult.cs index d01022cf2b..8ac431d6f5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/RefreshTokenResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/OAuth/OAuthJson/RefreshTokenResult.cs @@ -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 @@ -22,7 +22,7 @@ and limitations under the License. using System.Collections.Generic; using System.Linq; /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RefreshTokenResult.cs 文件功能描述:通过RefreshToken接口返回的结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/PoiApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/PoiApi.cs index 26d29d7865..167c4b2d34 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/PoiApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/PoiApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:StoreApi.cs 文件功能描述:门店管理接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/CreateStoreData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/CreateStoreData.cs index f67999b3de..e3dde023de 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/CreateStoreData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/CreateStoreData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateStoreData.cs 文件功能描述:创建门店需要Post的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/PoiUploadImageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/PoiUploadImageResultJson.cs index 409b1a20ce..8df8f77503 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/PoiUploadImageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/PoiUploadImageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UploadImageResultJson.cs 文件功能描述:门店 上传图片返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreBaseInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreBaseInfo.cs index a0090fecea..643e45ceda 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreBaseInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreBaseInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:StoreBaseInfo.cs 文件功能描述:门店基础信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreResultJson.cs index 08527b50bd..969841e977 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Poi/StoreJson/StoreResultJson.cs @@ -2,7 +2,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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/CreateQrCodeResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/CreateQrCodeResult.cs index 85a83d1d4e..3e8f48353c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/CreateQrCodeResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/CreateQrCodeResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateQrCodeResult.cs 文件功能描述:二维码创建返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/QrCodeApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/QrCodeApi.cs index 7607ac7be3..24ee4c9003 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/QrCodeApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/QrCode/QrCodeApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QrCodeAPI.cs 文件功能描述:二维码接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanApi.cs index 16d9b58e6e..37c4ffe453 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ScanApi.cs 文件功能描述:微信扫一扫 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo.cs index 7f5ca9a120..815d186e25 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo_Type.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo_Type.cs index 1a0f814a63..f91c779d31 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo_Type.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/BrandInfo_Type.cs @@ -2,7 +2,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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/MerchantInfoGetResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/MerchantInfoGetResultJson.cs index 45e26e6fe6..fb2af29f2c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/MerchantInfoGetResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/MerchantInfoGetResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MerchantInfoGetResultJson.cs 文件功能描述:获取商户信息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductCreateResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductCreateResultJson.cs index 99cd1186cf..2dacbd40aa 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductCreateResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductCreateResultJson.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductGetListJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductGetListJsonResult.cs index e4bea6286d..15701349e1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductGetListJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ProductGetListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProductGetListJsonResult.cs 文件功能描述:批量查询商品返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ScanTicketCheckJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ScanTicketCheckJsonResult.cs index 4999c35098..6663258654 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ScanTicketCheckJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/ScanTicketCheckJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ScanTicketCheckJsonResult.cs 文件功能描述: 检查wxticket参数的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/UpdateBrandData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/UpdateBrandData.cs index 7488f9946a..f9aff88127 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/UpdateBrandData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Scan/ScanJson/UpdateBrandData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UpdateBrandData.cs 文件功能描述:更新商品信息数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticAgreement.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticAgreement.cs index 0232a66f27..79d60ffeca 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticAgreement.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticAgreement.cs @@ -2,7 +2,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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticApi.cs index 0a0a7781ad..4240b0128f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SemanticApi.cs 文件功能描述:语意理解接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/BaseSemanticResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/BaseSemanticResult.cs index 7d11b38d3f..281aa32ee1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/BaseSemanticResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/BaseSemanticResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseSemanticResult.cs 文件功能描述:语意理解接口基础返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_AppResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_AppResult.cs index 2519dcdfcb..e21eb7836f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_AppResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_AppResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_AppResult.cs 文件功能描述:语意理解接口应用服务(app)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_BaikeResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_BaikeResult.cs index 93727993a7..253c00b89b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_BaikeResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_BaikeResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_BaikeResult.cs 文件功能描述:语意理解接口百科服务(baike)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_Car_InstructionResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_Car_InstructionResult.cs index 304a28322c..4b3d0671af 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_Car_InstructionResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_Car_InstructionResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_Car_InstructionResult.cs 文件功能描述:语意理解接口车载指令(car_instruction)[beta]返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CookbookResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CookbookResult.cs index f9c53a814a..49b4aeda1e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CookbookResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CookbookResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_CookbookResult.cs 文件功能描述:语意理解接口菜谱服务(cookbook)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CouponResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CouponResult.cs index 6b797e37ec..6f6a83bac8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CouponResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_CouponResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_CouponResult.cs 文件功能描述:语意理解接口团购服务(coupon)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_FlightResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_FlightResult.cs index 33279d26f9..09760667ad 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_FlightResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_FlightResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_FlightResult.cs 文件功能描述:语意理解接口航班服务(flight)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_HotelResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_HotelResult.cs index c4ccd09ba1..81c5fd4d1b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_HotelResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_HotelResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_HotelResult.cs 文件功能描述:语意理解接口酒店服务(hotel)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_InstructionResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_InstructionResult.cs index 9ae9542581..4c5f9bc9c5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_InstructionResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_InstructionResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_InstructionResult.cs 文件功能描述:语意理解接口通用指令(instruction)[beta]返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MapResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MapResult.cs index bfcafcebf6..c6df7c8fca 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MapResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MapResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_MapResult.cs 文件功能描述:语意理解接口地图服务(map)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MovieResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MovieResult.cs index 024e2f0182..bec2131fe7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MovieResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MovieResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_MovieResult.cs 文件功能描述:语意理解接口上映电影服务(movie)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MusicResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MusicResult.cs index a5e7f52071..43f6c96e37 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MusicResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_MusicResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_MusicResult.cs 文件功能描述:语意理解接口音乐服务(music)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NearByResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NearByResult.cs index bc46b59907..4d10409ce0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NearByResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NearByResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_NearByResult.cs 文件功能描述:语意理解接口周边服务(nearby)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NewsResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NewsResult.cs index 7d131eb4d2..09b3f2fb79 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NewsResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NewsResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_NewsResult.cs 文件功能描述:语意理解接口资讯服务(news)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NovelResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NovelResult.cs index af8e591aad..18877f176f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NovelResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_NovelResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_NovelResult.cs 文件功能描述:语意理解接口小说服务(novel)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RemindResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RemindResult.cs index 4f9cb90ac3..3271b6c7c3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RemindResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RemindResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_RemindResult.cs 文件功能描述:语意理解接口提醒服务(remind)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RestaurantResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RestaurantResult.cs index 373dbbb13b..d01d449508 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RestaurantResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_RestaurantResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_RestaurantResult.cs 文件功能描述:语意理解接口餐馆服务(restaurant)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_SearchResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_SearchResult.cs index b807157ac2..8e620e7cf2 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_SearchResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_SearchResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_SearchResult.cs 文件功能描述:语意理解接口网页搜索(search)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_StockResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_StockResult.cs index c114966bfb..3a7bd41907 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_StockResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_StockResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_StockResult.cs 文件功能描述:语意理解接口股票服务(stock)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TVResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TVResult.cs index 72d9149939..16736fed04 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TVResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TVResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_TVResult.cs 文件功能描述:语意理解接口电视节目预告(tv)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TV_InstructionResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TV_InstructionResult.cs index e282449cd2..190958e5e8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TV_InstructionResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TV_InstructionResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_TV_InstructionResult.cs 文件功能描述:语意理解接口电视指令(tv_instruction)[beta]返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TelephoneResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TelephoneResult.cs index 747d4d4537..cdc427790a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TelephoneResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TelephoneResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_TelephoneResult.cs 文件功能描述:语意理解接口常用电话服务(telephone)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TrainResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TrainResult.cs index 2189120a8b..db248c1261 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TrainResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TrainResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_TrainResult.cs 文件功能描述:语意理解接口火车服务(train)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TravelResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TravelResult.cs index 2d36a78f30..255dbdb021 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TravelResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_TravelResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_TravelResult.cs 文件功能描述:语意理解接口旅游服务(travel)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_VideoResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_VideoResult.cs index e7e3db2bd0..0308613170 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_VideoResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_VideoResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_VideoResult.cs 文件功能描述:语意理解接口视频服务(video)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WeatherResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WeatherResult.cs index 22013cbd8f..e6b62e3ac8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WeatherResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WeatherResult.cs @@ -2,7 +2,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 @@ -20,7 +20,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_WeatherResult.cs 文件功能描述:语意理解接口天气服务(weather)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WebsiteResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WebsiteResult.cs index 0c33cdac92..a9735d06c1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WebsiteResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Semantic/SemanticResult/Semantic_WebsiteResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Semantic_WebsiteResult.cs 文件功能描述:语意理解接口网址服务(website)返回信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs index 2b798c186c..6837f9442d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShakeAroundApi.cs 文件功能描述:摇一摇周边接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/AddLotteryInfoResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/AddLotteryInfoResultJson.cs index c582d0565d..8324e11b24 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/AddLotteryInfoResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/AddLotteryInfoResultJson.cs @@ -2,7 +2,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 @@ -20,7 +20,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AddLotteryInfoResultJson.cs 文件功能描述:创建红包活动的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceListResultJson.cs index 1396cbd48c..ebbd6196a7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DeviceListResultJson.cs 文件功能描述:批量查询设备统计数据的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceManageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceManageResultJson.cs index 0de74313c2..4cf07f9342 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceManageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/DeviceManageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DeviceManageResultJson.cs 文件功能描述:设备管理返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetAuditStatusResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetAuditStatusResultJson.cs index 9ba3aad07c..fc51c7d178 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetAuditStatusResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetAuditStatusResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetAuditStatusResultJson.cs 文件功能描述:查询审核状态返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetDeviceStatusResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetDeviceStatusResultJson.cs index 671804c88c..0485fc49a5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetDeviceStatusResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetDeviceStatusResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetDeviceStatusResultJson.cs 文件功能描述:查询审核状态返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetShakeInfoResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetShakeInfoResultJson.cs index e7c55642ae..68927ae1e7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetShakeInfoResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GetShakeInfoResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetShakeInfoResultJson.cs 文件功能描述:获取摇周边的设备及用户信息返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupAddResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupAddResultJson.cs index a4c7b64502..6dd293d5fb 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupAddResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupAddResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupAddResultJson.cs 文件功能描述:新增分组的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetDetailResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetDetailResultJson.cs index 4d1776bae3..13e1b2725a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetDetailResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetDetailResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupGetDetailResultJson.cs 文件功能描述:查询分组详情的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetListResultJson.cs index 3caa2432cc..f42f07bfa5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/GroupGetListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupGetListResultJson.cs 文件功能描述:查询分组列表的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageListResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageListResultJson.cs index 446711bc42..ffca4dc9a2 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageListResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PageListResultJson.cs 文件功能描述:批量查询页面统计数据的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageManageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageManageResultJson.cs index 33b0b484a8..f0f73a9863 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageManageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PageManageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PageManageResultJson.cs 文件功能描述:页面管理返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PrizeInfoList.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PrizeInfoList.cs index 2fb6589d59..be7abf7abc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PrizeInfoList.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/PrizeInfoList.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PrizeInfoList.cs 文件功能描述:录入红包信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/QueryLotteryJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/QueryLotteryJsonResult.cs index 19bff3e979..f960bfadf3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/QueryLotteryJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/QueryLotteryJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QueryLotteryJsonResult.cs 文件功能描述:红包查询的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterData.cs index dbe0af6928..faacf58f76 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RegisterData.cs 文件功能描述:申请开通功能数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterResultJson.cs index 0305625d79..06800c08a8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RegisterResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RegisterResultJson.cs 文件功能描述:返回空的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RelationSearchResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RelationSearchResultJson.cs index 4b035e8840..c01ef9d55d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RelationSearchResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/RelationSearchResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RelationSearchResultJson.cs 文件功能描述:查询设备与页面的关联关系返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/SetPrizeBucketResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/SetPrizeBucketResultJson.cs index 4a264beb8d..f48211a8f0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/SetPrizeBucketResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/SetPrizeBucketResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SetPrizeBucketResultJson.cs 文件功能描述:录入红包消息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/StatisticsResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/StatisticsResultJson.cs index 4889e131c3..312e3ba971 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/StatisticsResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/StatisticsResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:StatisticsResultJson.cs 文件功能描述:数据统计返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/UploadImageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/UploadImageResultJson.cs index 9fd1b2752e..c8e36bd517 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/UploadImageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/ShakeAround/ShakeAroundJson/UploadImageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UploadImageResultJson.cs 文件功能描述:上传图片素材返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateApi.cs index 98f89647c4..01dceefd4c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateAPI.cs 文件功能描述:模板消息接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/AddtemplateJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/AddtemplateJsonResult.cs index c9bf7f6361..503388177c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/AddtemplateJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/AddtemplateJsonResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetIndustryJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetIndustryJsonResult.cs index 9132e4f538..6e39b9ac77 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetIndustryJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetIndustryJsonResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetPrivateTemplateJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetPrivateTemplateJsonResult.cs index 702df490ca..bf8a8d7f1c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetPrivateTemplateJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/GetPrivateTemplateJsonResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/SendTemplateMessageResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/SendTemplateMessageResult.cs index 86427ae90b..a82e4a89ae 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/SendTemplateMessageResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/SendTemplateMessageResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SendTemplateMessageResult.cs 文件功能描述:发送模板消息结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TemplateDataItem.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TemplateDataItem.cs index ead8f45f7c..bec786583c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TemplateDataItem.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TemplateDataItem.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateDataItem.cs 文件功能描述:模板消息的数据项类型 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/SubscribeMsgTempleteModel.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/SubscribeMsgTempleteModel.cs index 91f2562a80..39a7d3fbb1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/SubscribeMsgTempleteModel.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/SubscribeMsgTempleteModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubscribeMsgTemplateModel.cs 文件功能描述:模板消息接口需要的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/TempleteModel.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/TempleteModel.cs index ca05ca2121..95cb05585d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/TempleteModel.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/TemplateMessage/TemplateMessageJson/TempleteModel/TempleteModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateModel.cs 文件功能描述:模板消息接口需要的数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/ShortUrlJson/ShortUrlResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/ShortUrlJson/ShortUrlResult.cs index 7ff4f44197..b1f90d9002 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/ShortUrlJson/ShortUrlResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/ShortUrlJson/ShortUrlResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/UrlApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/UrlApi.cs index ccf3d4833d..13c039a8ab 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/UrlApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Url/UrlApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 修改标识:Senparc - 20160621 修改描述:修改命名空间 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserApi.cs index 0d66bd4e40..2cc086b3e8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UserAPI.cs 文件功能描述:用户接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/BatchGetUserInfoData.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/BatchGetUserInfoData.cs index 8057364e86..a5ca68d6d3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/BatchGetUserInfoData.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/BatchGetUserInfoData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BatchGetUserInfoData.cs 文件功能描述:批量获取用户基本信息数据 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/OpenIdResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/OpenIdResultJson.cs index f3a956b767..3fba09040b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/OpenIdResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/OpenIdResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OpenIdResultJson.cs 文件功能描述:获取关注者OpenId信息返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/UserInfoJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/UserInfoJson.cs index a7894beeb4..e5acf04d56 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/UserInfoJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/User/UserJson/UserInfoJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UserInfoJson.cs 文件功能描述:获取用户信息返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagApi.cs index 23ed73c848..0cf3417820 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 修改标识:Senparc - 20160621 修改描述:修改命名空间 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/CreateTagResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/CreateTagResult.cs index 95b814556f..c2934e5538 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/CreateTagResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/CreateTagResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/TagJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/TagJson.cs index 32ca2b0f9e..494402635f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/TagJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/TagJson.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagJsonResult.cs index 20edc5bd6f..42d4707287 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagJsonResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagListResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagListResult.cs index 4be95df6d1..0213ad58a1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagListResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/UserTag/UserTagJson/UserTagListResult.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiApi.cs index 49d7a379c2..977b16edde 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiApi.cs 文件功能描述:微信连WiFi接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiConnectUrlResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiConnectUrlResultJson.cs index a2230ffdf8..dd6bab025a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiConnectUrlResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiConnectUrlResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiConnectUrlResultJson.cs 文件功能描述:获取公众号连网URL返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiDeviceResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiDeviceResultJson.cs index eb4ab35942..044919f594 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiDeviceResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiDeviceResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiDeviceResultJson.cs 文件功能描述:WiFi设备接口返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiGetCouponPutJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiGetCouponPutJsonResult.cs index a0239192a6..fdcd2d81dc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiGetCouponPutJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiGetCouponPutJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiGetCouponPutJsonResult.cs 文件功能描述:查询门店卡券投放信息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiHomePageResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiHomePageResultJson.cs index d31fbb7acc..cf530b0a75 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiHomePageResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiHomePageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiHomePageResultJson.cs 文件功能描述:商家主页返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiOpenPluginTokenJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiOpenPluginTokenJsonResult.cs index 41d1940aa1..bd3ce397c1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiOpenPluginTokenJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiOpenPluginTokenJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiOpenPluginTokenJsonResult.cs 文件功能描述:第三方平台获取开插件wifi_token的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiQrcodeResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiQrcodeResultJson.cs index 9e3d85854a..260e7e8d85 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiQrcodeResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiQrcodeResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiQrcodeResultJson.cs 文件功能描述:获取物料二维码返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiRegisterJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiRegisterJsonResult.cs index 6dae721333..cfa8c6b70c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiRegisterJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiRegisterJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiRegisterJsonResult.cs 文件功能描述:添加portal型设备的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopGetJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopGetJsonResult.cs index 73b2312163..9ecac6f63c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopGetJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopGetJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiShopGetJsonResult.cs 文件功能描述:查询门店Wi-Fi信息的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopListJsonResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopListJsonResult.cs index 9d4eb4e118..37a3133721 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopListJsonResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiShopListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiShopListJsonResult.cs 文件功能描述:获取Wi-Fi门店列表的返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiStatisticsResultJson.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiStatisticsResultJson.cs index 464543036a..1a76c83282 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiStatisticsResultJson.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/WiFi/WiFiJson/WiFiStatisticsResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WiFiStatisticsResultJson.cs 文件功能描述:数据统计返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Wxa/WxaApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Wxa/WxaApi.cs index c914826dec..56fb258baf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Wxa/WxaApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Wxa/WxaApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxaApi.cs 文件功能描述:门店小程序接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CheckSignature.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CheckSignature.cs index fa0dbe3d99..4e3c48b8b7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CheckSignature.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CheckSignature.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CheckSignature.cs 文件功能描述:检测签名 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/ApiHandlerWapper.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/ApiHandlerWapper.cs index d911b7cf25..ef8735e0b1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/ApiHandlerWapper.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/ApiHandlerWapper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ApiHandlerWapper.cs(v12之前原AccessTokenHandlerWapper.cs) 文件功能描述:使用AccessToken进行操作时,如果遇到AccessToken错误的情况,重新获取AccessToken一次,并重试 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs index 70d141f8eb..697bd90c1e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/CommonApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.cs 文件功能描述:通用接口(用于和微信服务器通讯,一般不涉及自有网站服务器的通讯) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Common.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Common.cs index 7e53be82d5..e3133884fe 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Common.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Common.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.Menu.Common.cs 文件功能描述:通用自定义菜单接口(公共方法) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Conditional.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Conditional.cs index e25f48a344..dcffe02384 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Conditional.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Conditional.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.Menu.Conditional 文件功能描述:个性化自定义菜单接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Custom.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Custom.cs index accae85057..02464c04b9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Custom.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/CommonAPIs/Menu/CommonApi.Menu.Custom.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.Menu.Custom.cs 文件功能描述:通用自定义菜单接口(自定义接口) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/AccessTokenContainer.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/AccessTokenContainer.cs index cb0ecbbb41..ca5f0d64b7 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/AccessTokenContainer.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/AccessTokenContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccessTokenContainer.cs 文件功能描述:通用接口AccessToken容器,用于自动管理AccessToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/JsApiTicketContainer.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/JsApiTicketContainer.cs index 12c9da0c60..794d355dfe 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/JsApiTicketContainer.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/JsApiTicketContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsApiTicketContainer.cs 文件功能描述:通用接口JsApiTicket容器,用于自动管理JsApiTicket,如果过期会重新获取 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/OAuthAccessTokenContainer.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/OAuthAccessTokenContainer.cs index d9e58a314f..5fcce60017 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/OAuthAccessTokenContainer.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/OAuthAccessTokenContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthContainer.cs 文件功能描述:用户OAuth容器,用于自动管理OAuth的AccessToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/WxCardApiTicketContainer.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/WxCardApiTicketContainer.cs index b80cfc8f14..8881faa8ec 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/WxCardApiTicketContainer.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Containers/WxCardApiTicketContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxCardApiTicketContainer.cs 文件功能描述:WxCardApiTicketContainer diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Extensions.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Extensions.cs index d9301b29fe..cbbc86d0e2 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Extensions.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Extensions.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Extensions.cs 文件功能描述:将RequestMessageEventBase转换成RequestMessageText类型,其中Content = requestMessage.EventKey diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/AccessTokenResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/AccessTokenResult.cs index f4e3d57af4..cfa1cc3dd3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/AccessTokenResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/AccessTokenResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccessTokenResult.cs 文件功能描述:access_token请求后的JSON返回格式 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/GetCallBackIpResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/GetCallBackIpResult.cs index 817bbefe21..6172ce6822 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/GetCallBackIpResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/GetCallBackIpResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCallBackIpResult.cs 文件功能描述:获取微信服务器的ip段的JSON返回格式 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/JsApiTicketResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/JsApiTicketResult.cs index d8ce73a088..f80fe101c8 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/JsApiTicketResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/JsApiTicketResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsApiTicketResult.cs 文件功能描述:jsapi_ticket请求后的JSON返回格式 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/CreateMenuConditionalResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/CreateMenuConditionalResult.cs index 111193f1d0..3f8d11dda0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/CreateMenuConditionalResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/CreateMenuConditionalResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateMenuConditionalResult.cs.cs 文件功能描述:创建个性化菜单结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResult.cs index b8862bc478..6da40e18cf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMenuResult.cs 文件功能描述:获取菜单返回的Json结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResultFull.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResultFull.cs index 10d425b3c9..18e40d1460 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResultFull.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/Menu/GetMenuResultFull.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMenuResultFull.cs 文件功能描述:获取菜单时候的完整结构,用于接收微信服务器返回的Json信息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/WeixinUserInfoResult.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/WeixinUserInfoResult.cs index 903e78fb8d..3ef13ca51c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/WeixinUserInfoResult.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/JsonResult/WeixinUserInfoResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinUserInfoResult.cs 文件功能描述:获取用户信息返回结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/ButtonGroupBase.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/ButtonGroupBase.cs index e4e7ff0a84..ddd85d22c6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/ButtonGroupBase.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/ButtonGroupBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ButtonGroup.cs 文件功能描述:整个按钮设置(可以直接用ButtonGroup实例返回JSON对象) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/BaseButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/BaseButton.cs index 1bf78254c0..763df5fca9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/BaseButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/BaseButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseButton.cs 文件功能描述:所有菜单按钮基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleButton.cs index 2f4bc1fc23..3575356c88 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleButton.cs 文件功能描述:所有单击按钮的基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleClickButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleClickButton.cs index 887de5e727..5e3f95b12b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleClickButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleClickButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleClickButton.cs 文件功能描述:单个按键 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleLocationSelectButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleLocationSelectButton.cs index 467c3521b5..33ac0c2595 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleLocationSelectButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleLocationSelectButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleLocationSelectButton.cs 文件功能描述:调起地理位置选择工具按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMediaIdButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMediaIdButton.cs index 786b943767..a6bcfef4d9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMediaIdButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMediaIdButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleMediaIdButton.cs 文件功能描述:下发消息(除文本消息)按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMiniProgramButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMiniProgramButton.cs index fee68c1b56..b0400639d5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMiniProgramButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleMiniProgramButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleMiniProgramButton.cs 文件功能描述:小程序按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicPhotoOrAlbumButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicPhotoOrAlbumButton.cs index 60e6ed1e3b..39e0063789 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicPhotoOrAlbumButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicPhotoOrAlbumButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicPhotoOrAlbumButton.cs 文件功能描述:微信客户端将弹出选择器供用户选择“拍照”或者“从手机相册选择”按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicSysphotoButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicSysphotoButton.cs index ce2b798bc1..6ae43f51ed 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicSysphotoButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicSysphotoButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicSysphotoButton.cs 文件功能描述:调起系统相机按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicWeixinButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicWeixinButton.cs index 4e37ee146e..fdc9941d3c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicWeixinButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SinglePicWeixinButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicWeixinButton.cs 文件功能描述:调起微信相册按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodePushButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodePushButton.cs index 899b37f059..6a6dd18f69 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodePushButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodePushButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleScancodePushButton.cs 文件功能描述:调起扫一扫工具按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodeWaitmsgButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodeWaitmsgButton.cs index 7030124bc5..09bf474925 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodeWaitmsgButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleScancodeWaitmsgButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleScancodeWaitmsgButton.cs 文件功能描述:调起扫一扫工具,然后弹出“消息接收中”提示框 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewButton.cs index f44ded37f1..1b4eac9ad9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleViewButton.cs 文件功能描述:Url按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewLimitedButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewLimitedButton.cs index 5f3d00e054..b61cd035ea 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewLimitedButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SingleViewLimitedButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleViewLimitedButton.cs 文件功能描述:跳转图文消息URL按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SubButton.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SubButton.cs index f9e81a0af6..4710ee3134 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SubButton.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Buttons/SubButton.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubButton.cs 文件功能描述:子菜单按钮 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/ConditionalButtonGroup.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/ConditionalButtonGroup.cs index b6f9144c2d..24df94db37 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/ConditionalButtonGroup.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/ConditionalButtonGroup.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ConditionalButtonGroup.cs 文件功能描述:个性化菜单按钮设置(可以直接用ConditionalButtonGroup实例返回JSON对象) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/MenuMatchRule.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/MenuMatchRule.cs index e4e0a4b0e3..2bbb3910db 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/MenuMatchRule.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Conditional/MenuMatchRule.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MenuMatchRule.cs 文件功能描述:个性化菜单匹配规则 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Custom/ButtonGroup.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Custom/ButtonGroup.cs index 9f349ee74a..56dde8170c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Custom/ButtonGroup.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/Custom/ButtonGroup.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ButtonGroup.cs 文件功能描述:整个按钮设置(可以直接用ButtonGroup实例返回JSON对象) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/IButtonGroupBase.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/IButtonGroupBase.cs index 44435cf2c4..4dd2b1a70e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/IButtonGroupBase.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Menu/IButtonGroupBase.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Not_Pass_Check.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Not_Pass_Check.cs index 1df443d994..4acce3627f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Not_Pass_Check.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Not_Pass_Check.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Card_Not_Pass_Check.cs 文件功能描述:事件之卡券未通过审核 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pass_Check.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pass_Check.cs index db86fa88c0..bdc92cbf07 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pass_Check.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pass_Check.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Card_Pass_Check.cs 文件功能描述:事件之卡券通过审核 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pay_Order.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pay_Order.cs index 0b966fda54..6fa32ef442 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pay_Order.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Pay_Order.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Card_Pay_Order.cs 文件功能描述:券点流水详情事件:当商户朋友的券券点发生变动时 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Sku_Remind.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Sku_Remind.cs index 78b61ff7b9..a2ede7a646 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Sku_Remind.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Card/RequestMessageEvent_Card_Sku_Remind.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Card_Sku_Remind.cs 文件功能描述:卡券库存报警事件:当某个card_id的初始库存数大于200且当前库存小于等于100时 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Pay_Done.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Pay_Done.cs index 1f6a167343..ed67900656 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Pay_Done.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Pay_Done.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_GiftCard_Pay_Done.cs 文件功能描述:用户购买礼品卡付款成功 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Send_To_Friend.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Send_To_Friend.cs index 31ddd0b4b0..029f3976f5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Send_To_Friend.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_Send_To_Friend.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_GiftCard_Send_To_Friend.cs 文件功能描述:用户购买后赠送 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_User_Accept.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_User_Accept.cs index be792fb570..832c92c090 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_User_Accept.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/GiftCard/RequestMessageEvent_GiftCard_User_Accept.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_GiftCard_User_Accept.cs 文件功能描述:用户领取礼品卡成功 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Close_Session.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Close_Session.cs index 345ecca991..d0fd5f4b11 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Close_Session.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Close_Session.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Kf_Close_Session.cs 文件功能描述:事件之多客服关闭会话(kf_close_session) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Create_Session.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Create_Session.cs index f6315fdfe0..865fffd22b 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Create_Session.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Create_Session.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Kf_Create_Session.cs 文件功能描述:事件之多客服接入会话(kf_create_session) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Switch_Session.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Switch_Session.cs index d72e80453e..52e3190970 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Switch_Session.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Kf/RequestMessageEvent_Kf_Switch_Session.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Kf_Switch_Session.cs 文件功能描述:事件之多客服接入会话(kf_switch_session) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEventBase.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEventBase.cs index 98e1caf8ea..75f0beac26 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEventBase.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEventBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEventBase.cs 文件功能描述:事件基类 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Click.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Click.cs index f564435625..ccdae1de28 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Click.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Click.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Click.cs 文件功能描述:事件之取消订阅 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Enter.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Enter.cs index 9449503c7b..f61851e8f3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Enter.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Enter.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Enter.cs 文件功能描述:事件之进入会话 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location.cs index 9f75a08352..f25501f552 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Location.cs 文件功能描述:事件之获取用户地理位置 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location_Select.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location_Select.cs index edcd9093d5..6c613e1d27 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location_Select.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Location_Select.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_LocationSelect.cs 文件功能描述:事件之弹出地理位置选择器(location_select) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_MassSendJobFinish.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_MassSendJobFinish.cs index 180c2e370a..b83143359f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_MassSendJobFinish.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_MassSendJobFinish.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_MassSendJobFinish.cs 文件功能描述:事件之推送群发结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Merchant_Order.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Merchant_Order.cs index be6d4b7884..e030e1e1f1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Merchant_Order.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Merchant_Order.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Location.cs 文件功能描述:事件之微小店订单付款通知 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicPhotoOrAlbum.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicPhotoOrAlbum.cs index c3938fb0de..2de3e95399 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicPhotoOrAlbum.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicPhotoOrAlbum.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicPhotoOrAlbum.cs 文件功能描述:事件之弹出拍照或者相册发图(pic_photo_or_album) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicSysphoto.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicSysphoto.cs index d4e89336d5..6a3375d578 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicSysphoto.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicSysphoto.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicSysphoto.cs 文件功能描述:事件之弹出系统拍照发图(pic_sysphoto) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicWeixin.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicWeixin.cs index 8d86c01f62..675a0aed58 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicWeixin.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_PicWeixin.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicWeixin.cs 文件功能描述:事件之弹出微信相册发图器(pic_weixin) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Poi_Check_Notify.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Poi_Check_Notify.cs index 03c1c160e8..6a4fa76c6f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Poi_Check_Notify.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Poi_Check_Notify.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Poi_Check_Notify.cs 文件功能描述:事件之审核结果事件推送 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Scan.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Scan.cs index 353a945492..c74aa77bae 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Scan.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Scan.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Scan.cs 文件功能描述:事件之二维码扫描(关注微信) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodePush.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodePush.cs index f6a7819da9..be8927a369 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodePush.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodePush.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_ScancodePush.cs 文件功能描述:事件之扫码推事件(scancode_push) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodeWaitmsg.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodeWaitmsg.cs index c7f8fb1642..398f9fd202 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodeWaitmsg.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ScancodeWaitmsg.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_ScancodeWaitmsg.cs 文件功能描述:事件之扫码推事件且弹出“消息接收中”提示框(scancode_waitmsg) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ShakearoundUserShake.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ShakearoundUserShake.cs index 302580725e..338bf1cd21 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ShakearoundUserShake.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_ShakearoundUserShake.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_ShakearoundUserShake.cs 文件功能描述:事件之弹出微信相册发图器(ShakearoundUserShake) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Submit_Membercard_User_Info.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Submit_Membercard_User_Info.cs index b6f15a6db8..8761b2e28d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Submit_Membercard_User_Info.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Submit_Membercard_User_Info.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Submit_Membercard_User_Info.cs 文件功能描述:事件之接收会员信息事件通知(submit_membercard_user_info) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Subscribe.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Subscribe.cs index a411390860..aff895467d 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Subscribe.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Subscribe.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Subscribe.cs 文件功能描述:事件之订阅 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_TemplateSendJobFinish.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_TemplateSendJobFinish.cs index 6d3d08c438..b1c3260cfd 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_TemplateSendJobFinish.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_TemplateSendJobFinish.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_TemplateSendJobFinish.cs 文件功能描述:事件之推送群发结果 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Unsubscribe.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Unsubscribe.cs index 18963a25fb..db754bbc40 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Unsubscribe.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Unsubscribe.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Unsubscribe.cs 文件功能描述:事件之取消订阅 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Update_Member_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Update_Member_Card.cs index 9eb0b3d243..4b561c9932 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Update_Member_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_Update_Member_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Update_Member_Card.cs 文件功能描述:事件之会员卡内容更新事件:会员卡积分余额发生变动时 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Authorize_Invoice.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Authorize_Invoice.cs index d248970028..315c6196d3 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Authorize_Invoice.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Authorize_Invoice.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Authorize_Invoice.cs 文件功能描述:事件之接收授权完成事件:用户授权完成后,执收单位的公众号会收到授权完成的事件,关于事件推送请参考接受callback推送 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Consume_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Consume_Card.cs index dc8ed04f05..d5ab965b3a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Consume_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Consume_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Consume_Card.cs 文件功能描述:事件之卡券核销 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Del_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Del_Card.cs index 3510dd9af9..0ef983bbda 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Del_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Del_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Del_Card.cs 文件功能描述:事件之删除卡券 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Enter_Session_From_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Enter_Session_From_Card.cs index 38e5575a52..145fa315ad 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Enter_Session_From_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Enter_Session_From_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Enter_Session_From_Card.cs 文件功能描述:事件之从卡券进入公众号会话 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Get_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Get_Card.cs index ce04934f1a..1824041972 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Get_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Get_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_UserGetCard.cs 文件功能描述:事件之领取卡券 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Gifting_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Gifting_Card.cs index 3e8f192827..b261b8e236 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Gifting_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Gifting_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Gifting_Card.cs 文件功能描述:卡券转赠事件推送 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Pay_From_Pay_Cell.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Pay_From_Pay_Cell.cs index 289b8dee97..933b598e3e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Pay_From_Pay_Cell.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_Pay_From_Pay_Cell.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_Pay_From_Pay_Cell.cs 文件功能描述:事件之微信买单完成 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_View_Card.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_View_Card.cs index 270d653285..94d34fd28e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_View_Card.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_User_View_Card.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_User_View_Card.cs 文件功能描述:事件之进入会员卡 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View.cs index ba187b0414..1fc3219d55 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_View.cs 文件功能描述:事件之URL跳转视图(View) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View_Miniprogram.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View_Miniprogram.cs index 179fa30363..280b6f43cf 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View_Miniprogram.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_View_Miniprogram.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_View.cs 文件功能描述:点击菜单跳转小程序的事件推送(view_miniprogram) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_WifiConnected.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_WifiConnected.cs index 8aa7e991d8..520024eac6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_WifiConnected.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/RequestMessageEvent_WifiConnected.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_WifiConnected.cs 文件功能描述:事件之Wi-Fi连网成功 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_AnnualRenew.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_AnnualRenew.cs index eda3b38c4e..20e8c47a37 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_AnnualRenew.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_AnnualRenew.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_AnnualRenew.cs 文件功能描述:事件之年审通知 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifyFail.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifyFail.cs index c324a0cfd8..5b50b10a76 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifyFail.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifyFail.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_NamingVerifyFail.cs 文件功能描述:事件之名称认证失败(这时虽然客户端不打勾,但仍有接口权限) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifySuccess.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifySuccess.cs index d39fee6e7f..5c244c2ece 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifySuccess.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_NamingVerifySuccess.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_NamingVerifySuccess.cs 文件功能描述:事件之名称认证成功(即命名成功) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifyFail.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifyFail.cs index bd4a1f4c18..6644be47a9 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifyFail.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifyFail.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_QualificationVerifyFail.cs 文件功能描述:事件之资质认证失败 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifySuccess.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifySuccess.cs index 24a28b59d0..5b0828bf8f 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifySuccess.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_QualificationVerifySuccess.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_QualificationVerifySuccess.cs 文件功能描述:事件之资质认证成功(此时立即获得接口权限) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_VerifyExpired.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_VerifyExpired.cs index 94e6e5ca10..5c08cba801 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_VerifyExpired.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/Verify/RequestMessageEvent_VerifyExpired.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_VerifyExpired.cs 文件功能描述:事件之认证过期失效通知 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditFail.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditFail.cs index 6f1344b55e..06176ab703 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditFail.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditFail.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Click.cs 文件功能描述:事件之小程序审核失败 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditSuccess.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditSuccess.cs index c5555df0d9..11562529cb 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditSuccess.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/Event/WeApp/RequestMessageEvent_WeAppAuditSuccess.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_WeAppAuditSuccess.cs 文件功能描述:事件之小程序审核成功 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/PostModel.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/PostModel.cs index 26c4725fae..bb7766c658 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/PostModel.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/PostModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PostModel.cs 文件功能描述:微信公众服务器Post过来的加密参数集合(不包括PostData) diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageFile.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageFile.cs index 8d6506747b..b304c9cdea 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageFile.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageFile.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFile.cs 文件功能描述:接收文件消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageImage.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageImage.cs index c71fbd2d3f..655e4c1377 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageImage.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageImage.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageImage.cs 文件功能描述:接收普通图片消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLink.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLink.cs index c16853f12c..6c2b65ee94 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLink.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLink.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageLink.cs 文件功能描述:接收普通链接消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLocation.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLocation.cs index f88db0b44f..764418da76 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLocation.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageLocation.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageLocation.cs 文件功能描述:接收普通地理位置消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageShortVideo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageShortVideo.cs index 71ccd48af3..a7fd55c637 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageShortVideo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageShortVideo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageShortVideo.cs 文件功能描述:接收小视频消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageText.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageText.cs index ed01d51761..286a4a7588 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageText.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageText.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageText.cs 文件功能描述:接收普通文本消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVideo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVideo.cs index b31e09fc61..cf6e7cc9b0 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVideo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVideo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageVideo.cs 文件功能描述:接收普通视频消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVoice.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVoice.cs index a76a8a4920..4d76b9fe49 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVoice.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Request/RequestMessageVoice.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageVoice.cs 文件功能描述:接收普通语音消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageImage.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageImage.cs index 1a6fc4cf39..3f283f4eff 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageImage.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageImage.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageImage.cs 文件功能描述:响应回复图片消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageMusic.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageMusic.cs index 6ca195f240..2eacbb9009 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageMusic.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageMusic.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageMusic.cs 文件功能描述:响应回复音乐消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageNews.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageNews.cs index 1441854981..87dec85929 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageNews.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageNews.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageNews.cs 文件功能描述:响应回复图文消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageText.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageText.cs index bfa0280c18..ac28ed8020 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageText.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageText.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageText.cs 文件功能描述:响应回复文本消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVideo.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVideo.cs index 8c97d2d823..645fd16ca5 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVideo.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVideo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageVideo.cs 文件功能描述:响应回复视频消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVoice.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVoice.cs index b32cca4256..99197b4fc1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVoice.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessageVoice.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageVoice.cs 文件功能描述:响应回复语音消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs index 82346cab75..ae1b688c17 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessagetTransfer_Customer_Service.cs 文件功能描述:响应回复多客服消息 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Enums.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Enums.cs index 270abc6a25..66af900098 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Enums.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Enums.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Enums.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EntityHelper.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EntityHelper.cs index 702ab4f8df..f6a73f5205 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EntityHelper.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EntityHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EntityHelper.cs 文件功能描述:实体与xml相互转换 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EventHelper.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EventHelper.cs index 4844e7f59f..036aafe1be 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EventHelper.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/EventHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EventHelper.cs 文件功能描述:xml中的Event字段转换为Event枚举 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKHelper.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKHelper.cs index 576c381d10..7487a7cb1c 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKHelper.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JSSDKHelper.cs 文件功能描述:JSSDK生成签名的方法等 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKPackage.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKPackage.cs index 9d96abe643..a05b457fbd 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKPackage.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JSSDKPackage.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JsSdkAddCardUiPackage.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JsSdkAddCardUiPackage.cs index 641e14bdf3..211feb01b1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JsSdkAddCardUiPackage.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Helpers/JSSDK/JsSdkAddCardUiPackage.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsSdkAddCardUiPackage.cs 文件功能描述:JSSDK 卡券 AddCard API 调用的参数 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageContexts/DefaultMpMessageContext.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageContexts/DefaultMpMessageContext.cs index 7c0b616480..f5a55e3931 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageContexts/DefaultMpMessageContext.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageContexts/DefaultMpMessageContext.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DefaultMpMessageContext.cs 文件功能描述:公众号上下文消息的默认实现 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Event.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Event.cs index d2b12f0935..006e52b21a 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Event.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Event.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandlerAsync.Event.cs 文件功能描述:微信请求【异步方法】的集中处理方法:Event相关 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Message.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Message.cs index cdb982c932..ac873a7c79 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Message.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.Message.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandlerAsync.Message.cs 文件功能描述:微信请求【异步方法】的集中处理方法:Message相关 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.cs index 782a4d4d0d..51973352a1 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/Async/MessageHandlerAsync.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandlerAsync.cs 文件功能描述:微信请求【异步方法】的集中处理方法 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/IMessageHandler.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/IMessageHandler.cs index da571371f0..76602bcf6e 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/IMessageHandler.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/IMessageHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IMessageHandler.cs 文件功能描述:MessageHandler接口 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Event.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Event.cs index 1a0bf014b8..87feae0f28 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Event.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Event.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandler.Event.cs 文件功能描述:微信请求的集中处理方法:Event相关 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Message.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Message.cs index f92991b509..cdfe91d6ff 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Message.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.Message.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandler.Message.cs 文件功能描述:微信请求的集中处理方法:Message相关 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.cs index 003781d05c..5b1ded3697 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/MessageHandlers/MessageHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandler.cs 文件功能描述:微信请求的集中处理方法 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Register.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Register.cs index 8b57decfc8..e57e55f8dc 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Register.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.MP 快捷注册流程 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/RequestMessageFactory.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/RequestMessageFactory.cs index ad2c6d2f0e..287d9b77c6 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/RequestMessageFactory.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/RequestMessageFactory.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFactory.cs 文件功能描述:获取XDocument转换后的IRequestMessageBase实例 diff --git a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/ResponseMessageFactory.cs b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/ResponseMessageFactory.cs index 18d19c6b77..7f638d9876 100644 --- a/src/Senparc.Weixin.MP/Senparc.Weixin.MP/ResponseMessageFactory.cs +++ b/src/Senparc.Weixin.MP/Senparc.Weixin.MP/ResponseMessageFactory.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageFactory.cs 文件功能描述:获取XDocument转换后的IResponseMessageBase实例 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache.Local/Lock/LocalCacheLockTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache.Local/Lock/LocalCacheLockTests.cs index 117cd8dcfc..8dc5e599da 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache.Local/Lock/LocalCacheLockTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache.Local/Lock/LocalCacheLockTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache/CacheStrategyFactoryTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache/CacheStrategyFactoryTests.cs index db91f6d8aa..bbc1b894b2 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache/CacheStrategyFactoryTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Cache/CacheStrategyFactoryTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Containers/BaseContainerTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Containers/BaseContainerTests.cs index 5ebe4a868e..87155a6ed7 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Containers/BaseContainerTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Containers/BaseContainerTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Exceptions/CommonTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Exceptions/CommonTests.cs index 2155fa5903..9aad346fb4 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Exceptions/CommonTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Exceptions/CommonTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Helpers/Containers/ContainerHelperTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Helpers/Containers/ContainerHelperTests.cs index 002293918e..d95e74b540 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Helpers/Containers/ContainerHelperTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Helpers/Containers/ContainerHelperTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/GetTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/GetTests.cs index 215cb335db..129c0c1aa5 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/GetTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/GetTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/PostTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/PostTests.cs index f40ab34019..e4f07d1adc 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/PostTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/PostTests.cs @@ -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 diff --git a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/RequestUtilityTests.cs b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/RequestUtilityTests.cs index 0dd9794301..b67d5c48c8 100644 --- a/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/RequestUtilityTests.cs +++ b/src/Senparc.Weixin.MP/Senparc.WeixinTests/Utilities/HttpUtility/RequestUtilityTests.cs @@ -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 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open.Test/Containers/ComponentContainerTest.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open.Test/Containers/ComponentContainerTest.cs index 3b04c6bacb..ddc26ab0e6 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open.Test/Containers/ComponentContainerTest.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open.Test/Containers/ComponentContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/AccountAPIs/AccountBasicInfoJson/AccountBasicInfoJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/AccountAPIs/AccountBasicInfoJson/AccountBasicInfoJsonResult.cs index fe2ac92fa7..75455438c9 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/AccountAPIs/AccountBasicInfoJson/AccountBasicInfoJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/AccountAPIs/AccountBasicInfoJson/AccountBasicInfoJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccountBasicInfoJsonResult.cs 文件功能描述:AccountBasicInfoJsonResult diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/CommonAPIs/CommonJsonSend.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/CommonAPIs/CommonJsonSend.cs index 7ec5da9182..16113c1db9 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/CommonAPIs/CommonJsonSend.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/CommonAPIs/CommonJsonSend.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonJsonSend.cs 文件功能描述:向需要AccessToken的API发送消息的公共方法 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs index 5b6ed9ae11..51bd2f7305 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthJoinAPI.cs 文件功能描述:公众号授权给第三方平台 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs index 6afcd35910..2ce953d9be 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AuthorizerListResult.cs 文件功能描述:获取(刷新)授权公众号的令牌返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerOptionResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerOptionResult.cs index 096d3c81a4..83947fd28d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerOptionResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerOptionResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AuthorizerOptionResult.cs 文件功能描述:获取授权方的选项设置信息返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/GetAuthorizerInfoResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/GetAuthorizerInfoResult.cs index d226f15abc..b8893216ad 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/GetAuthorizerInfoResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/GetAuthorizerInfoResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetAuthorizerInfoResult.cs 文件功能描述:获取授权方的账户信息返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/QueryAuthResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/QueryAuthResult.cs index 4f7357fc81..73ee091d51 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/QueryAuthResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/QueryAuthResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QueryAuthResult.cs 文件功能描述:使用授权码换取公众号的授权信息返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/RefreshAuthorizerTokenResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/RefreshAuthorizerTokenResult.cs index 75e216942e..0679b7919d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/RefreshAuthorizerTokenResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/RefreshAuthorizerTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RefreshAuthorizerTokenResult.cs 文件功能描述:获取(刷新)授权公众号的令牌返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/AuthorizerContainer.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/AuthorizerContainer.cs index d011696e19..bb2c455cc8 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/AuthorizerContainer.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/AuthorizerContainer.cs @@ -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 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/ComponentContainer.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/ComponentContainer.cs index 8890a797b7..472af47118 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/ComponentContainer.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/ComponentContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ComponentContainer.cs 文件功能描述:通用接口ComponentAccessToken容器,用于自动管理ComponentAccessToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/OAuthContainer.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/OAuthContainer.cs index 0f0f2fee53..d183f35251 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/OAuthContainer.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Containers/OAuthContainer.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthContainer.cs 文件功能描述:OAuth容器 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/ComponentAccessTokenResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/ComponentAccessTokenResult.cs index c49b1b1cdd..b7b3860730 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/ComponentAccessTokenResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/ComponentAccessTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ComponentAccessTokenResult.cs 文件功能描述:获取第三方平台access_token diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/JsApiTicketResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/JsApiTicketResult.cs index cf390875d7..dded51018c 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/JsApiTicketResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/JsApiTicketResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsApiTicketResult.cs 文件功能描述:jsapi_ticket请求后的JSON返回格式 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/PreAuthCodeResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/PreAuthCodeResult.cs index cc6994c895..2ffba43a36 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/PreAuthCodeResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/JsonResult/PreAuthCodeResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PreAuthCodeResult.cs 文件功能描述:获取预授权码返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/PostModel.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/PostModel.cs index 1014f003d7..861745a633 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/PostModel.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/PostModel.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PostModel.cs 文件功能描述:微信公众服务器Post过来的加密参数集合(不包括PostData) diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageAuthorized.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageAuthorized.cs index 6592d6a8b5..4aed384699 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageAuthorized.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageAuthorized.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageAuthorized.cs 文件功能描述:授权成功通知 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageBase.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageBase.cs index 7ebe3fe018..6bbc707267 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageBase.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageBase.cs 文件功能描述:第三方应用授权回调消息服务 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageComponentVerifyTicket.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageComponentVerifyTicket.cs index bd3c7bea8b..c14d79f84d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageComponentVerifyTicket.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageComponentVerifyTicket.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageComponentVerifyTicket.cs 文件功能描述:推送component_verify_ticket协议 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageNicknameAudit.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageNicknameAudit.cs index 891b1bccd9..60266816f2 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageNicknameAudit.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageNicknameAudit.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageNicknameAudit.cs 文件功能描述:推送取消授权通知 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageThirdFasteRegister.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageThirdFasteRegister.cs index ff82d56800..5e9d6a0d0b 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageThirdFasteRegister.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageThirdFasteRegister.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageThirdFasteRegister.cs 文件功能描述:注册审核事件推送 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUnauthorized.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUnauthorized.cs index c60daeefb6..b43d4ad392 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUnauthorized.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUnauthorized.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageUnauthorized.cs 文件功能描述:推送取消授权通知 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUpdateAuthorized.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUpdateAuthorized.cs index bed24cc4f4..82ecfcb770 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUpdateAuthorized.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Entities/Request/RequestMessageUpdateAuthorized.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageUpdateAuthorized.cs 文件功能描述:授权更新通知 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs index de20524d35..cd96b79827 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Enums.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Exceptions/WeixinOpenException.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Exceptions/WeixinOpenException.cs index 7ef0e1cd2f..d8fadc3b20 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Exceptions/WeixinOpenException.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Exceptions/WeixinOpenException.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinOpenException.cs 文件功能描述:微信开放平台异常处理类 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MessageHandlers/ThirdPartyMessageHandler.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MessageHandlers/ThirdPartyMessageHandler.cs index 64b0d541c3..68aead4d67 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MessageHandlers/ThirdPartyMessageHandler.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MessageHandlers/ThirdPartyMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyMessageHandler.cs 文件功能描述:开放平台消息处理器 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenApi.cs index 9768845f27..672fa2d2db 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OpenApi.cs 文件功能描述:微信开放平台帐号管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/CreateJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/CreateJsonResult.cs index b3350e01f7..5f486cca6d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/CreateJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/CreateJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateJsonResult.cs 文件功能描述:微信开放平台帐号管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/GetJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/GetJsonResult.cs index 91a8d78524..6221860316 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/GetJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/MpAPIs/Open/OpenJson/GetJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetJsonResult.cs 文件功能描述:微信开放平台帐号管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthAPI.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthAPI.cs index 1b9a8b6bd7..b7db0a8416 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthAPI.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthAPI.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthAPI.cs 文件功能描述:OAuth diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthAccessTokenResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthAccessTokenResult.cs index 25e4b15591..c743d1822f 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthAccessTokenResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthAccessTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthAccessTokenResult.cs 文件功能描述:获取OAuth AccessToken的结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthUserInfo.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthUserInfo.cs index 160752af6c..ce9c23eb19 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthUserInfo.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/OAuthAPIs/OAuthJson/OAuthUserInfo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuthUserInfo.cs 文件功能描述:通过OAuth的获取到的用户信息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectAPI.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectAPI.cs index c8d61615f9..627728253d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectAPI.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectAPI.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QRConnectAPI.cs 文件功能描述:微信扫码登录 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectAccessTokenResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectAccessTokenResult.cs index e6cbc41d20..b630358ff2 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectAccessTokenResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectAccessTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QRConnectAccessTokenResult.cs 文件功能描述:获取QRConnect AccessToken的结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectUserInfo.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectUserInfo.cs index d33ae407c6..af69817018 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectUserInfo.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/QRConnect/QRConnectJson/QRConnectUserInfo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QRConnectUserInfo.cs 文件功能描述:获取用户信息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Register.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Register.cs index 6e588b70eb..255ff13843 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Register.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Register.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:注册小程序信息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/RequestMessageFactory.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/RequestMessageFactory.cs index db5130c743..154b5933c8 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/RequestMessageFactory.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/RequestMessageFactory.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFactory.cs 文件功能描述:获取XDocument转换后的IRequestMessageBase实例 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/AddCategoryJson/AddCategoryData.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/AddCategoryJson/AddCategoryData.cs index 25f8b298fb..e1d9b2de7a 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/AddCategoryJson/AddCategoryData.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/AddCategoryJson/AddCategoryData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AddCategoryData.cs 文件功能描述:添加栏目接口请求数据 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/CategoryListJson/CategoryListJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/CategoryListJson/CategoryListJsonResult.cs index 112e47617b..42ed639904 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/CategoryListJson/CategoryListJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/CategoryListJson/CategoryListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:注册小程序信息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/WxOpenApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/WxOpenApi.cs index 7ead88a415..22c6a0bfe1 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/WxOpenApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxOpenAPIs/WxOpenApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxOpenApi.cs 文件功能描述:微信小程序 API diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeApi.cs index d88bf35af1..754a19b6ec 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeApi.cs 文件功能描述:代码管理 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/CodeResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/CodeResultJson.cs index 32ffe28650..3516fda74e 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/CodeResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/CodeResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeResultJson.cs 文件功能描述:代码管理返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetAuditResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetAuditResultJson.cs index 0672faf5ea..47e198b4bb 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetAuditResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetAuditResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetAuditResultJson.cs 文件功能描述:审核ID返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetCategoryResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetCategoryResultJson.cs index 0564f906ff..14d4c0c343 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetCategoryResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetCategoryResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCategoryResultJson.cs 文件功能描述:各级类目名称和ID返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetGrayReleasePlanResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetGrayReleasePlanResultJson.cs index 4421a2f9a8..33214ca392 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetGrayReleasePlanResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetGrayReleasePlanResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetGrayReleasePlanResultJson.cs 文件功能描述:GetGrayReleasePlanResultJson diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetPageResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetPageResultJson.cs index d6e3089eaa..b8b178be4f 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetPageResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetPageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetPageResultJson.cs 文件功能描述:首页和每页信息返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetWeappSupportVersionResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetWeappSupportVersionResultJson.cs index ac47c49c86..1179d3285c 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetWeappSupportVersionResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/GetWeappSupportVersionResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeappSupportVersionResultJson.cs 文件功能描述:GetWeappSupportVersionResultJson diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/QueryQuotaResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/QueryQuotaResultJson.cs index 4fb8981151..e8928d1da5 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/QueryQuotaResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/QueryQuotaResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeResultJson.cs 文件功能描述:代码管理返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPageInfo.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPageInfo.cs index 5a0b79ada0..3d9da88e1a 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPageInfo.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPageInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubmitAuditPageInfo.cs 文件功能描述:小程序页面返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPreviewInfo.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPreviewInfo.cs index 2d4ef4068e..db2fbaa969 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPreviewInfo.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditPreviewInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubmitAuditPageInfo.cs 文件功能描述:小程序页面返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditResultJson.cs index 591255c63f..06c45b049e 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Code/CodeJson/SubmitAuditResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubmitAuditResultJson.cs 文件功能描述:审核ID diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateApi.cs index 5340e5178f..482749d379 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeApi.cs 文件功能描述:小程序代码模版库管理 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateDraftListResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateDraftListResultJson.cs index 47daa93203..377c8064cd 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateDraftListResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateDraftListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeResultJson.cs 文件功能描述:代码模板草稿列表返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateListResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateListResultJson.cs index 8ac1123636..700568c241 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateListResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/CodeTemplate/CodeTemplateJson/GetTemplateListResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CodeResultJson.cs 文件功能描述:代码模板列表返回结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainApi.cs index 04934a532e..47ebc44930 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ModifyDomainApi.cs 文件功能描述:修改域名接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainJson/ModifyDomainResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainJson/ModifyDomainResultJson.cs index 0963607812..1f87b64ed1 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainJson/ModifyDomainResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/ModifyDomain/ModifyDomainJson/ModifyDomainResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ModifyDomainResultJson.cs 文件功能描述:修改域名接口返回类型 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/NewTmpl/NewTmplApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/NewTmpl/NewTmplApi.cs index 89559a3780..daf6030514 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/NewTmpl/NewTmplApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/NewTmpl/NewTmplApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateApi.cs 文件功能描述:小程序模板消息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsApi.cs index cca92bd1c8..b292c3cf28 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SnsApi.cs 文件功能描述:小程序微信登录 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsJson/JsCode2JsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsJson/JsCode2JsonResult.cs index ece16a749c..6f0aeda57f 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsJson/JsCode2JsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Sns/SnsJson/JsCode2JsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsCode2JsonResult.cs 文件功能描述:JsCode2Json接口结果 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Template/TemplateApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Template/TemplateApi.cs index 8f04e4618d..228feba74a 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Template/TemplateApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Template/TemplateApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateApi.cs 文件功能描述:小程序模板消息 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterApi.cs index df2e43ac55..087334fb9f 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterApi.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ModifyDomainApi.cs 文件功能描述:成员管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/CreateJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/CreateJsonResult.cs index 2c27304e7c..634da51e7d 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/CreateJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/CreateJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateJsonResult.cs 文件功能描述:微信开放平台帐号管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/GetJsonResult.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/GetJsonResult.cs index 8f0319cbcc..9b0aba25ac 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/GetJsonResult.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/GetJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetJsonResult.cs 文件功能描述:微信开放平台帐号管理接口 diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/TesterResultJson.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/TesterResultJson.cs index be22eb920a..a896a1ffe6 100644 --- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/TesterResultJson.cs +++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Tester/TesterJson/TesterResultJson.cs @@ -1,6 +1,6 @@  /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TesterResultJson.cs 文件功能描述:成员管理接口返回类型 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/Register.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/Register.cs index 07b35bb1ad..42793206bc 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/Register.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.TenPay 快捷注册流程 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/CheckRequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/CheckRequestHandler.cs index 8a37d5c96a..9f2e1aa5c3 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/CheckRequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/CheckRequestHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CheckRequestHandler.cs 文件功能描述:对账单下载接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientRequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientRequestHandler.cs index 0bb8f63a3b..c93dfab297 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientRequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientRequestHandler.cs @@ -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 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientResponseHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientResponseHandler.cs index e5983a3c7b..588c5cc190 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientResponseHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ClientResponseHandler.cs @@ -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 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/QRCode.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/QRCode.cs index 34b734e397..b4172d1e4d 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/QRCode.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/QRCode.cs @@ -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 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundQueryRequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundQueryRequestHandler.cs index 6024d084f6..8ac95b7d63 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundQueryRequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundQueryRequestHandler.cs @@ -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 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundRequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundRequestHandler.cs index b9a8d0ec89..2616a58844 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundRequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundRequestHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RefundRequestHandler.cs 文件功能描述:微信支付退款 请求处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundResponseHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundResponseHandler.cs index 1e9a20198f..abf15bfaa6 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundResponseHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RefundResponseHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RefundResponseHandler.cs 文件功能描述:微信支付退款 响应处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RequestHandler.cs index 48a3d98d39..4ba4d6083e 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/RequestHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestHandler.cs 文件功能描述:微信支付 请求处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ResponseHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ResponseHandler.cs index abfea9c271..642fdcdc67 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ResponseHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/ResponseHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseHandler.cs 文件功能描述:微信支付 响应处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPay.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPay.cs index 759939fe93..2d14310190 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPay.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPay.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPay.cs 文件功能描述:微信支付接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPayResult.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPayResult.cs index 150bf0560e..51d56dbd2f 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPayResult.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPay/TenPayResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayResult.cs 文件功能描述:微信支付返回结果 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayHttpClient.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayHttpClient.cs index ee251b0591..db7dfb405a 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayHttpClient.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayHttpClient.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayHttpClient.cs 文件功能描述:微信支付http、https通信类 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfo.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfo.cs index 0adc515c22..8c1d959420 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfo.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayInfo.cs 文件功能描述:微信支付基础信息储存类 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfoCollection.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfoCollection.cs index 3db2f39e24..3f6a33f8d1 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfoCollection.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayInfoCollection.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayInfoCollection.cs 文件功能描述:微信支付信息集合,Key为商户号(PartnerId) diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayRights/TenPayRights.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayRights/TenPayRights.cs index 0062f58313..5b459fc628 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayRights/TenPayRights.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayRights/TenPayRights.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayRights.cs 文件功能描述:微信支付维权接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayUtil.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayUtil.cs index 91e89b7bce..b8d1825bce 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayUtil.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V2/TenPayUtil.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayUtil.cs 文件功能描述:微信支付配置文件 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/RequestHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/RequestHandler.cs index b5c7cd6a8f..ecc1c0a5ef 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/RequestHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/RequestHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestHandler.cs 文件功能描述:微信支付V3 请求处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/ResponseHandler.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/ResponseHandler.cs index 71548e9e97..d8b6110513 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/ResponseHandler.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/ResponseHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseHandler.cs 文件功能描述:微信支付V3 响应处理 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Info.cs index 237ccc17a0..a329b4230e 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Info.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Info.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3Info.cs 文件功能描述:微信支付V3基础信息储存类 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3InfoCollection.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3InfoCollection.cs index b81f7bd9ba..e2d38fa5d9 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3InfoCollection.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3InfoCollection.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3InfoCollection.cs 文件功能描述:微信支付V3信息集合,Key为商户号(MchId) diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Util.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Util.cs index 745452f795..145732a83e 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Util.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/TenPayV3Util.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3Util.cs 文件功能描述:微信支付V3配置文件 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3GetPublicKeyRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3GetPublicKeyRequestData.cs index c664692d89..44595a8698 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3GetPublicKeyRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3GetPublicKeyRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3GetPublicKeyRequestData.cs 文件功能描述:获取 RSA 加密公钥接口 请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3PayBankRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3PayBankRequestData.cs index 2b203b70ab..c5b6eaca86 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3PayBankRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3PayBankRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3PayBankRequestData.cs 文件功能描述:企业付款到银行卡接口 请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3QueryBankRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3QueryBankRequestData.cs index 029a375fad..6366b54a6a 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3QueryBankRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/PayBank/TenPayV3QueryBankRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3QueryBankRequestData.cs 文件功能描述:查询企业付款银行卡接口 请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/ServiceProvider/TenPayV3MicroPayRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/ServiceProvider/TenPayV3MicroPayRequestData.cs index 3e675e8e84..8ac4d8df53 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/ServiceProvider/TenPayV3MicroPayRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/ServiceProvider/TenPayV3MicroPayRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3MicroPayRequestData.cs 文件功能描述:提交刷卡支付请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3CloseOrderRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3CloseOrderRequestData.cs index e78fdd887a..a0e0e2afa6 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3CloseOrderRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3CloseOrderRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3CloseOrderRequestData.cs 文件功能描述:微信支付关闭订单请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3DownloadBillRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3DownloadBillRequestData.cs index 03206b2a54..320cca0850 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3DownloadBillRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3DownloadBillRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3DownloadBillRequestData.cs 文件功能描述:微信支付下载对账单请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetSignKeyRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetSignKeyRequestData.cs index 2f619796e9..7710ded5f8 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetSignKeyRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetSignKeyRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3GetSignKeyRequestData.cs 文件功能描述:获取验签秘钥API 请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetTransferInfoRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetTransferInfoRequestData.cs index 74b0a1cf85..e9af133931 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetTransferInfoRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3GetTransferInfoRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3GetTransferInfoRequestData.cs 文件功能描述:微信支付查询企业付款请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3MicroPayRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3MicroPayRequestData.cs index 5c2468d88f..ad8bea498f 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3MicroPayRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3MicroPayRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3MicroPayRequestData.cs 文件功能描述:提交刷卡支付请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3OrderQueryRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3OrderQueryRequestData.cs index 4733055f76..c2f79a25e6 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3OrderQueryRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3OrderQueryRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3CloseOrderData.cs 文件功能描述:微信支付查询订单请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3PayToWorkerRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3PayToWorkerRequestData.cs index 8f2a81689d..337e97554b 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3PayToWorkerRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3PayToWorkerRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3PayToWorkerRequestData.cs 文件功能描述:向员工付款请求参数 https://work.weixin.qq.com/api/doc#90000/90135/90278 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundQueryRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundQueryRequestData.cs index 31b5f2e82f..91913a38d2 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundQueryRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundQueryRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3RefundQueryRequestData.cs 文件功能描述:微信支付统一下单请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundRequestData.cs index ad48c5a2e5..9102b1fe00 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RefundRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3RefundRequestData.cs 文件功能描述:微信支付统一请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RequestData.cs index a781f928f0..0617d0f50d 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3RequestData.cs @@ -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 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ReverseRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ReverseRequestData.cs index 9e2a10b45c..254c7adaf4 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ReverseRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ReverseRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3ReverseRequestData.cs 文件功能描述:微信支付撤销订单请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ShortUrlRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ShortUrlRequestData.cs index 6c20fa5810..6482a541ab 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ShortUrlRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3ShortUrlRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3ShortUrlRequestData.cs 文件功能描述:转换短链接请求参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3TransfersRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3TransfersRequestData.cs index 84499f2504..6e244300a1 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3TransfersRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3TransfersRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3TransfersRequestData.cs 文件功能描述:微信支付企业付款请求参数 https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_2 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData.cs index afd1b60ab0..361c9b2b7b 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3UnifiedorderRequestData.cs 文件功能描述:微信支付提交的XML Data数据[统一下单] diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData_SceneInfo.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData_SceneInfo.cs index 3aac66e6c4..6c7550af18 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData_SceneInfo.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenPayV3UnifiedorderRequestData_SceneInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3UnifiedorderRequestData_SceneInfo.cs 文件功能描述:TenPayV3UnifiedorderRequestData 的 SceneInfo 参数 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs index 347eb2bbcf..05ffaee726 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenpayV3ProtfitSharingRequestData.cs 文件功能描述:分账请求 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/MiniAppRedPackResult.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/MiniAppRedPackResult.cs index a6f6e10918..c514ab8841 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/MiniAppRedPackResult.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/MiniAppRedPackResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MiniAppRedPackResult.cs 文件功能描述:获取小程序红包发送接口的结果 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/NormalRedPackResult.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/NormalRedPackResult.cs index 0e017b1506..1d6253d6e7 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/NormalRedPackResult.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/NormalRedPackResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SendRedPackResult.cs 文件功能描述:获取普通现金红包发送接口的结果 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/PayBank/TenPayV3Results.PayBank.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/PayBank/TenPayV3Results.PayBank.cs index bbaa53feb4..3d80f2410d 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/PayBank/TenPayV3Results.PayBank.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/PayBank/TenPayV3Results.PayBank.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3Results.PayBank.cs 文件功能描述:微信支付V3返回结果 - 付款到银行卡 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/SearchRedPackResult.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/SearchRedPackResult.cs index 58fb6e9dc6..eb34149072 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/SearchRedPackResult.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/SearchRedPackResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SendRedPackResult.cs 文件功能描述:获取查询红包接口的结果,既可以查询普通红包,也可以查询裂变红包 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/TenPayV3Results.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/TenPayV3Results.cs index e6c5c0a316..f99a62bd64 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/TenPayV3Results.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Result/TenPayV3Results.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3Results.cs 文件功能描述:微信支付V3返回结果 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs index bf4712147d..c7d9a95798 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.Via.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RedPackApi.Via.cs 文件功能描述:RedPackApi.cs 的部分类,用于存放服务商的接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs index 15aa5f5c3c..7cace79749 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/RedPackApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RedPackApi.cs 文件功能描述:普通红包发送和红包查询Api(暂缺裂变红包发送) diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackApi.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackApi.cs index 1ab8ae0769..15f43fc2c9 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackApi.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/ShakeRedPackApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShakeRedPackApi.cs 文件功能描述:微信摇一摇红包预下单接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/WorkRedPackApi.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/WorkRedPackApi.cs index 36d8c5a27c..e143ba8fd9 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/WorkRedPackApi.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/RedPackApi/WorkRedPackApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkRedPackApi.cs 文件功能描述:企业红包接口 diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/TenPayV3.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/TenPayV3.cs index 768eccf458..837c31a5df 100644 --- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/TenPayV3.cs +++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/TenPayV3.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayV3.cs 文件功能描述:微信支付V3接口 diff --git a/src/Senparc.Weixin.Work.Middleware/MessageHandlers/Middleware/WorkMessageHandlerMiddleware.cs b/src/Senparc.Weixin.Work.Middleware/MessageHandlers/Middleware/WorkMessageHandlerMiddleware.cs index edf5e6932a..6ad0d5d0b6 100644 --- a/src/Senparc.Weixin.Work.Middleware/MessageHandlers/Middleware/WorkMessageHandlerMiddleware.cs +++ b/src/Senparc.Weixin.Work.Middleware/MessageHandlers/Middleware/WorkMessageHandlerMiddleware.cs @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxOpenMessageHandlerMiddleware.cs 文件功能描述:公众号 MessageHandler 中间件 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/App/AppTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/App/AppTest.cs index a97381f380..c0314dbbbc 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/App/AppTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/App/AppTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Chat/ChatTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Chat/ChatTest.cs index 93eb293ca1..b0339cd608 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Chat/ChatTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Chat/ChatTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Department/DepartmentTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Department/DepartmentTest.cs index 0f2a02cd96..b48fdeddf0 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Department/DepartmentTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Department/DepartmentTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Member/MemberTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Member/MemberTest.cs index bfad7c1e9a..bbede553c0 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Member/MemberTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Member/MemberTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Tag/TagTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Tag/TagTest.cs index 7326a84888..a9bb7780e8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Tag/TagTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/MailList/Tag/TagTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Media/MediaTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Media/MediaTest.cs index f625da931f..664e5087bb 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Media/MediaTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/AdvancedAPIs/Media/MediaTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.Menu.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.Menu.cs index 7e1235c234..7403dabf9c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.Menu.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.Menu.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.cs index e1bf964374..bd0dbf8e36 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/CommonApis/CommonApiTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/AccessTokenContainerTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/AccessTokenContainerTest.cs index 2eeb87e9f0..6151063b33 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/AccessTokenContainerTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/AccessTokenContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/JsApiTicketContainerTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/JsApiTicketContainerTest.cs index 5b57af8c2a..7334b86931 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/JsApiTicketContainerTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/JsApiTicketContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/ProviderTokenContainerTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/ProviderTokenContainerTest.cs index 36dae12e3f..62aa62cc5a 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/ProviderTokenContainerTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/Containers/ProviderTokenContainerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/EntityHelperTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/EntityHelperTest.cs index 6409aff456..b0f1eb8a06 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/EntityHelperTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/EntityHelperTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlerTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlerTest.cs index d8d62d11dc..b946fe3d4d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlerTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlerTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlers_OmitRepeatMessageTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlers_OmitRepeatMessageTest.cs index 972d02131d..440a79f393 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlers_OmitRepeatMessageTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/MessageHandlers/WorkMessageHandlers_OmitRepeatMessageTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs index e19c9c6cac..2af04d0d32 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/RequestMessageFactoryTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/SignatureTest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/SignatureTest.cs index bf68e91dc6..f6bff8e8f1 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/SignatureTest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work.Test/SignatureTest.cs @@ -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 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppApi.cs index e1a55f8bc7..cfc68c5f47 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AppApi.cs 文件功能描述:管理企业号应用接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppInfoResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppInfoResult.cs index 2e65009ebf..e503bc5182 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppInfoResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppInfoResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetAppInfoResult.cs 文件功能描述:获取企业号应用返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppListResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppListResult.cs index 2d7250e3c4..9423d282ee 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppListResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/GetAppListResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetAppListResult.cs 文件功能描述:获取应用概况列表返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/SetAppPostData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/SetAppPostData.cs index 419825da46..4b2930e817 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/SetAppPostData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/App/AppJson/SetAppPostData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SetAppPostData.cs 文件功能描述:设置企业号应用需要Post的数据 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousApi.cs index cd0034a4b4..445ddc2e0e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AsynchronousApi.cs 文件功能描述:异步任务接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousPostData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousPostData.cs index fe5bfaa483..70fad9c288 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousPostData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousPostData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AsynchronousPostData.cs 文件功能描述:异步任务接口提交数据Json diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousResultJson.cs index d5bb752593..34e8f5a68b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Asynchronous/AsynchronousJson/AsynchronousResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AsynchronousPostData.cs 文件功能描述:异步任务接口提交数据Json diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatApi.cs index 7bb947bb80..b46814b476 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ChatApi.cs 文件功能描述:企业号消息接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/ChatResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/ChatResult.cs index 1426b6aaf2..9c9c4e7e18 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/ChatResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/ChatResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ChatResult.cs 文件功能描述:会话接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SendChatMessageData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SendChatMessageData.cs index f8d5609b45..6377ef9971 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SendChatMessageData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SendChatMessageData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SendChatMessageData.cs 文件功能描述:会话接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SetMuteData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SetMuteData.cs index 3e279b5d63..013a33ed78 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SetMuteData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Chat/ChatJson/SetMuteData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SetMuteData.cs 文件功能描述:成员新消息免打扰参数 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Concern/ConcernApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Concern/ConcernApi.cs index e05e06372a..3ed0efa299 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Concern/ConcernApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Concern/ConcernApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ConcernApi.cs 文件功能描述:二次验证接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs index 6eba16033c..a100bee807 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ExternalApi.cs 文件功能描述:外部联系人接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactInfoBatchResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactInfoBatchResult.cs index a268df2109..5fa1ef246e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactInfoBatchResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactInfoBatchResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetExternalContactInfoBatchResult.cs 文件功能描述:批量获取客户详情 返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactListResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactListResult.cs index 6a96c79503..719593e8af 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactListResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/GetExternalContactListResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetExternalContactInfoBatchResult.cs 文件功能描述:批量获取客户详情 返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/UpdateExternalContactRemarkRequest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/UpdateExternalContactRemarkRequest.cs index b8884c3ec3..64ca0f6549 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/UpdateExternalContactRemarkRequest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalJson/UpdateExternalContactRemarkRequest.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetExternalContactInfoBatchResult.cs 文件功能描述:批量获取客户详情 返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GetExternalContactResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GetExternalContactResult.cs index 916b28bbd5..2f7a0b1e81 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GetExternalContactResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GetExternalContactResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetExternalContactResult.cs 文件功能描述:获取外部联系人详情返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatGetResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatGetResult.cs index ebc455acff..f957ac1eba 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatGetResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatGetResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupChatGetResult.cs 文件功能描述:获取客户群详情 返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListParam.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListParam.cs index fbb1a59bdb..ba33f162c8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListParam.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListParam.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupChatListParam.cs 文件功能描述:客户群列表查询参数 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListResult.cs index 41e417eedb..7fe9d8d0cb 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/GroupChatListResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GroupChatListResult.cs 文件功能描述:获取客户群列表 返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceApi.cs index fd393cc52b..603451f7e1 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceApi.cs 文件功能描述:电子发票接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs index 77c2ccb8fc..d86fe9d9f1 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceData.cs 文件功能描述:开票平台接口post数据 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs index d9dd18f22a..2ae9dd2da8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/InvoiceResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:InvoiceResultJson.cs 文件功能描述:查询报销发票信息返回信息返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs index 706082f037..23a69a6c4e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Invoice/InvoiceJson/MakeOutInvoiceData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MakeOutInvoiceData.cs 文件功能描述:统一开票post数据 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFApi.cs index 993160e11c..18ce292b53 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:KFApi.cs 文件功能描述:发送客服消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFResult.cs index bc4a9f1687..03902bf1fd 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/KF/KFResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:KFResult.cs 文件功能描述:客服返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/GetLoginUrlResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/GetLoginUrlResult.cs index f8c042297e..ac7b8cfb84 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/GetLoginUrlResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/GetLoginUrlResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetLoginInfoResult.cs 文件功能描述:获取企业号管理员登录信息返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/LoginAuthApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/LoginAuthApi.cs index da5413695a..ec3841d576 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/LoginAuthApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/LoginAuth/LoginAuthApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LoginAuthApi.cs 文件功能描述:企业号登录授权接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Department/DepartmentResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Department/DepartmentResult.cs index c896506fc9..1a65e290e3 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Department/DepartmentResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Department/DepartmentResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DepartmentResult.cs 文件功能描述:部门接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/MailListApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/MailListApi.cs index f1ee28941c..2344656289 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/MailListApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/MailListApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MailListApi.cs 文件功能描述:通讯录同步接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/InviteMemberRequest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/InviteMemberRequest.cs index 0ef053f94c..cc0f28e613 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/InviteMemberRequest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/InviteMemberRequest.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemberCreateRequest.cs 文件功能描述:邀请成员接口 请求包 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberBase.cs index 27bc874026..140d7af10d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemberBase.cs 文件功能描述:成员信息基础类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberCreateRequest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberCreateRequest.cs index cda68d2001..94153bbdb7 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberCreateRequest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberCreateRequest.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemberCreateRequest.cs 文件功能描述:创建成员接口 请求包 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberResult.cs index 0792f20354..0929beecba 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemberResult.cs 文件功能描述:成员接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberUpdateRequest.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberUpdateRequest.cs index 71fc7f94e4..9a6bd7a9ff 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberUpdateRequest.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Member/MemberUpdateRequest.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MemberCreateRequest.cs 文件功能描述:更新成员接口 请求包 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Tag/TagResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Tag/TagResult.cs index 3cc2260596..bdf2585c6e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Tag/TagResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MailList/Tag/TagResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DepartmentResult.cs 文件功能描述:标签接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpApi.cs index 1f3bd62e53..83ce585996 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LinkerCorpApi.cs 文件功能描述:互联企业消息推送接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpData.cs index 7849043448..089fc1b14c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LinkerCorpData.cs 文件功能描述:互联企业消息推送接口数据 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpResultJson.cs index 6ea19a26dd..2c8e69599b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/LinkerCorp/LinkerCorpResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MiniResultJson.cs 文件功能描述:互联企业消息推送接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/MassApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/MassApi.cs index f80e3efa52..600486a6a6 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/MassApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mass/MassApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MailListApi.cs 文件功能描述:发送消息接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs index 5308debf74..2f86e8fc9b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MediaApi.cs 文件功能描述:多媒体文件接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaResult.cs index a3d2222eb3..fc9bedf26f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/MediaResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UploadResultJson.cs 文件功能描述:素材管理接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/UploadResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/UploadResultJson.cs index 6053e615cb..b244e8b964 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/UploadResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Media/UploadResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UploadResultJson.cs 文件功能描述:上传媒体文件返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniApi.cs index b5359c46da..344d5fc7f3 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MiniApi.cs 文件功能描述:小程序接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniResultJson.cs index 4e6b0c161a..cbf849f7fa 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/MiniProgram/MiniResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MiniResultJson.cs 文件功能描述:企业微信小程序返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApi.cs index e1ac0c5d0f..59f4dfce17 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MobileApi.cs 文件功能描述:移动端SDK diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApiResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApiResult.cs index 2b9cdb2cf3..7c7e978ab0 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApiResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Mobile/MobileApiResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MobileApiResult.cs 文件功能描述:移动端SDK返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Api.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Api.cs index 1dfe8114f2..1cfd77645c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Api.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Api.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuth2Api.cs 文件功能描述:OAuth2接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Result.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Result.cs index b9041792d7..bc72c4c80f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Result.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OAuth2/OAuth2Result.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:OAuth2Result.cs 文件功能描述:获取成员信息返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenApi.cs index 44c184fb1b..ea1e5e9e4a 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SsoApi.cs 文件功能描述:OA数据开放接口(Work中新增) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetApprovalDataJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetApprovalDataJsonResult.cs index 7e820beca2..311ae443b0 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetApprovalDataJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetApprovalDataJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetApprovalDataJsonResult.cs 文件功能描述:获取审批数据接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinDataJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinDataJsonResult.cs index b142460ac6..b539edb8be 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinDataJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinDataJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCheckinDataJsonResult.cs 文件功能描述:获取打卡数据返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinOptionJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinOptionJsonResult.cs index dba281c500..3056eee051 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinOptionJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetCheckinOptionJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCheckinOptionJsonResult.cs 文件功能描述:企业微信 获取打卡规则 接口返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetDialRecordJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetDialRecordJsonResult.cs index 08ee15d548..3ea8a967d4 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetDialRecordJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetDialRecordJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetDialRecordJsonResult.cs 文件功能描述:获取公费电话拨打记录返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetOpenApprovalDataJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetOpenApprovalDataJsonResult.cs index f3e7287178..657e43f11f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetOpenApprovalDataJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/OaDataOpen/OaDataOpenJson/GetOpenApprovalDataJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetOpenApprovalDataJsonResult.cs 文件功能描述:获取公费电话拨打记录返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoApi.cs index ddc4c2a776..7f01005b9e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SsoApi.cs 文件功能描述:单点登录接口(Work中重新整理) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoJson/GetLoginInfoResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoJson/GetLoginInfoResult.cs index 737ed5612b..735ba6bc03 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoJson/GetLoginInfoResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/SSO/SsoJson/GetLoginInfoResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetLoginInfoResult.cs 文件功能描述:获取企业号管理员登录信息返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleApi.cs index 0c78d13350..decab716b8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ScheduleApi.cs 文件功能描述:日程相关API diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/AddScheduleJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/AddScheduleJsonResult.cs index 906341c1d5..6788dcde88 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/AddScheduleJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/AddScheduleJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AddScheduleJsonResult.cs 文件功能描述:创建日程接口返回参数 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/GetScheduleJsonResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/GetScheduleJsonResult.cs index a123654086..6e8ef7cd4f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/GetScheduleJsonResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/GetScheduleJsonResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetScheduleJsonResult.cs 文件功能描述:获取日程接口返回参数 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/Schedule.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/Schedule.cs index d7fa3c7078..3c0c097c48 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/Schedule.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Schedule/ScheduleJson/Schedule.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Schedule.cs 文件功能描述:日程信息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs index 65af70533d..70fb348c5c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShakeAroundApi.cs 文件功能描述:摇一摇周边接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundJson/ShakeAroundResultJson.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundJson/ShakeAroundResultJson.cs index f631a7fd30..bac8ff1cbd 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundJson/ShakeAroundResultJson.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ShakeAround/ShakeAroundJson/ShakeAroundResultJson.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ShakeAroundResultJson.cs 文件功能描述:摇一摇周边返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthApi.cs index 10ef4ab5f7..510672378f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyAuthApi.cs 文件功能描述:第三方应用授权接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthPostData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthPostData.cs index 403fddb04f..c83d074a12 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthPostData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthPostData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyAuthPostData.cs 文件功能描述:第三方应用授权需要post的数据 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthResult.cs index 8629b41d5e..1ba92b430e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/ThirdPartyAuth/ThirdPartyAuthJson/ThirdPartyAuthResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyAuthResult.cs 文件功能描述:第三方应用授权返回结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs index 747b782143..dfa12a5702 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebhookApi.cs 文件功能描述:Webhook群机器人相关Api diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookNews.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookNews.cs index fd5fc82a3b..48241677aa 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookNews.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/Webhook/WebhookNews.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WebhookNews.cs 文件功能描述:Webhook群机器人相关Api,News 传入参数实例 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/WorkApiEnlightener.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/WorkApiEnlightener.cs index 42b3b36cb1..96f44b1276 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/WorkApiEnlightener.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/WorkApiEnlightener.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:注册小程序信息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/ApiHandlerWapper.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/ApiHandlerWapper.cs index 97c66476e9..e9f0b175f9 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/ApiHandlerWapper.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/ApiHandlerWapper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ApiHandlerWapper.cs(v12之前原AccessTokenHandlerWapper.cs) 文件功能描述:使用AccessToken进行操作时,如果遇到AccessToken错误的情况,重新获取AccessToken一次,并重试 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.Menu.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.Menu.cs index 73669d7ded..d1ce38d08b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.Menu.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.Menu.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.Menu.cs 文件功能描述:自定义菜单API diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.cs index feb51660d2..da847b07e7 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/CommonAPIs/CommonApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonApi.cs 文件功能描述:通用基础API diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/AccessTokenContainer.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/AccessTokenContainer.cs index 7205e502b4..74a1a2c2c8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/AccessTokenContainer.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/AccessTokenContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccessTokenContainer.cs 文件功能描述:通用接口AccessToken容器,用于自动管理AccessToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/JsApiTicketContainer.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/JsApiTicketContainer.cs index 7f93955762..a58a81da91 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/JsApiTicketContainer.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/JsApiTicketContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsApiTicketContainer.cs 文件功能描述:通用接口JsApiTicket容器,用于自动管理JsApiTicket,如果过期会重新获取 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/ProviderTokenContainer.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/ProviderTokenContainer.cs index ba101f25e1..46e62cff80 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/ProviderTokenContainer.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Containers/ProviderTokenContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProviderTokenContainer.cs 文件功能描述:通用接口ProviderToken容器,用于自动管理ProviderToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Extensions.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Extensions.cs index 013379ab40..2e6554bbe8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Extensions.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Extensions.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Extensions.cs 文件功能描述:将RequestMessageEventBase转换成RequestMessageText类型,其中Content = requestMessage.EventKey diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/AccessTokenResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/AccessTokenResult.cs index 9e604ee642..bb1f2a7e20 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/AccessTokenResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/AccessTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccessTokenResult.cs 文件功能描述:access_token请求后的JSON返回格式 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToOpenIdResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToOpenIdResult.cs index 1ac4ff33a4..db04973af0 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToOpenIdResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToOpenIdResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ConvertToOpenIdResult.cs 文件功能描述:userid转换成openid接口返回的Json结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToUserIdResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToUserIdResult.cs index e1522e0c85..f7f3880165 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToUserIdResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ConvertToUserIdResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ConvertToUserIdResult.cs 文件功能描述:openid转换成userid接口返回的Json结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetCallBackIpResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetCallBackIpResult.cs index 470278f43f..ea3ef5bec8 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetCallBackIpResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetCallBackIpResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetCallBackIpResult.cs 文件功能描述:获取微信服务器的ip段的JSON返回格式 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResult.cs index 8fe197a78f..58db5a0d42 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMenuResult.cs 文件功能描述:获取菜单返回的Json结果 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResultFull.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResultFull.cs index c223012874..826a6e1f4f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResultFull.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/GetMenuResultFull.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetMenuResultFull.cs 文件功能描述:获取菜单时候的完整结构,用于接收微信服务器返回的Json信息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/JsApiTicketResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/JsApiTicketResult.cs index ce7946e550..0d7231fe06 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/JsApiTicketResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/JsApiTicketResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsApiTicketResult.cs 文件功能描述:jsapi_ticket请求后的JSON返回格式 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ProviderTokenResult.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ProviderTokenResult.cs index 6c4b40de66..97ba525b3e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ProviderTokenResult.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/JsonResult/ProviderTokenResult.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ProviderTokenResult.cs 文件功能描述:获取应用提供商凭证返回格式 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/BaseButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/BaseButton.cs index aa6a70a79a..0fb1fe265c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/BaseButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/BaseButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseButton.cs 文件功能描述:所有菜单按钮基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/ButtonGroup.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/ButtonGroup.cs index 6844315df8..c9ed325875 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/ButtonGroup.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/ButtonGroup.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ButtonGroup.cs 文件功能描述:整个按钮设置(可以直接用ButtonGroup实例返回JSON对象) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleButton.cs index 92b8f16da0..69bc3e8443 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleButton.cs 文件功能描述:所有单击按钮的基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleClickButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleClickButton.cs index bc36e0ab58..d897d26962 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleClickButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleClickButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleClickButton.cs 文件功能描述:单个按键 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleLocationSelectButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleLocationSelectButton.cs index e48c27180b..010c8701fb 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleLocationSelectButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleLocationSelectButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleLocationSelectButton.cs 文件功能描述:调起地理位置选择工具按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicPhotoOrAlbumButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicPhotoOrAlbumButton.cs index a5d6e47868..02891f2e5f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicPhotoOrAlbumButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicPhotoOrAlbumButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicPhotoOrAlbumButton.cs 文件功能描述:微信客户端将弹出选择器供用户选择“拍照”或者“从手机相册选择”按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicSysphotoButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicSysphotoButton.cs index b9372f2ebd..0275eb13f9 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicSysphotoButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicSysphotoButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicSysphotoButton.cs 文件功能描述:调起系统相机按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicWeixinButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicWeixinButton.cs index e601a4c7c2..2c4cfed2da 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicWeixinButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SinglePicWeixinButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SinglePicWeixinButton.cs 文件功能描述:调起微信相册按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodePushButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodePushButton.cs index 8ae4853620..0ea774624d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodePushButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodePushButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleScancodePushButton.cs 文件功能描述:调起扫一扫工具按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodeWaitmsgButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodeWaitmsgButton.cs index 62b980bcfc..f5779b5e9b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodeWaitmsgButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleScancodeWaitmsgButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleScancodeWaitmsgButton.cs 文件功能描述:调起扫一扫工具,然后弹出“消息接收中”提示框 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleViewButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleViewButton.cs index d9304d3707..12a06c8af5 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleViewButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SingleViewButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SingleViewButton.cs 文件功能描述:Url按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SubButton.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SubButton.cs index b3db7c2a14..407e921f99 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SubButton.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Menu/SubButton.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SubButton.cs 文件功能描述:子菜单按钮 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/MsgTypeHelper.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/MsgTypeHelper.cs index 8a031d9e05..70091931a3 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/MsgTypeHelper.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/MsgTypeHelper.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MsgTypeHelper.cs 文件功能描述:根据xml信息返回MsgType、ThirdPartyInfo、RequestInfoType diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/EncryptPostData.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/EncryptPostData.cs index a0d33c55cb..19178e630e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/EncryptPostData.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/EncryptPostData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EncryptPostData.cs 文件功能描述:原始加密信息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/BatchJobInfo.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/BatchJobInfo.cs index 6dd3c53cec..f56b7316db 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/BatchJobInfo.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/BatchJobInfo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BatchJobInfo.cs 文件功能描述:异步任务完成事件推送的BatchJob diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/ChatInfo.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/ChatInfo.cs index c4a3358498..2aa4ebb7a4 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/ChatInfo.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/ChatInfo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ChatInfo.cs 文件功能描述:会话信息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/IRequestMessageEventKey.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/IRequestMessageEventKey.cs index 95b904b46f..9125932a55 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/IRequestMessageEventKey.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/IRequestMessageEventKey.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IRequestMessageEventKey.cs 文件功能描述:具有EventKey属性的RequestMessage接口 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/Receiver.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/Receiver.cs index 48d4209405..1cfd39be99 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/Receiver.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/Receiver.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Receiver.cs 文件功能描述:接收人 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEventBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEventBase.cs index 0fdefc17cf..d695ecf1ce 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEventBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEventBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEventBase.cs 文件功能描述:事件基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Batch_Job_Result.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Batch_Job_Result.cs index 0e4083d95c..8552955126 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Batch_Job_Result.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Batch_Job_Result.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Batch_Job_Result.cs 文件功能描述:异步任务完成事件推送(batch_job_result) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Change_Contact.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Change_Contact.cs index 6f12a29b38..a15619f2bb 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Change_Contact.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Change_Contact.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Change_Contact.cs 文件功能描述:事件之上报通讯录变更事件 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Click.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Click.cs index 62c4db60f5..07407b7950 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Click.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Click.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Click.cs 文件功能描述:事件之取消订阅 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Enter_Agent.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Enter_Agent.cs index 200dc0d12f..e7528749e1 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Enter_Agent.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Enter_Agent.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Enter_Agent.cs 文件功能描述:事件之用户进入应用的事件推送(enter_agent) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_ExternalContact.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_ExternalContact.cs index 894a4e6135..e1db1b1ce2 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_ExternalContact.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_ExternalContact.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Change_ExternalContact.cs 文件功能描述:上报企业客户变更事件 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_External_Chat.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_External_Chat.cs index 366b88e318..a0c3f27aed 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_External_Chat.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_External_Chat.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Location.cs 文件功能描述:事件之上报地理位置事件 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location.cs index cbb8eb080f..59d14ca46d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Location.cs 文件功能描述:事件之上报地理位置事件 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location_Select.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location_Select.cs index fd0044e71e..e57967cdea 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location_Select.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Location_Select.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_LocationSelect.cs 文件功能描述:事件之弹出地理位置选择器(location_select) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Photo_Or_Album.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Photo_Or_Album.cs index 741218ce8e..629ffaff85 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Photo_Or_Album.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Photo_Or_Album.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicPhotoOrAlbum.cs 文件功能描述:事件之弹出拍照或者相册发图(pic_photo_or_album) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Sysphoto.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Sysphoto.cs index 539d4afb2b..d2a36ce987 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Sysphoto.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Sysphoto.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicSysphoto.cs 文件功能描述:事件之弹出系统拍照发图(pic_sysphoto) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Weixin.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Weixin.cs index 29d23c49dc..24d6dae6ee 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Weixin.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Pic_Weixin.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_PicWeixin.cs 文件功能描述:事件之弹出微信相册发图器(pic_weixin) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Push.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Push.cs index 0e1c986d05..45078f3f21 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Push.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Push.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_ScancodePush.cs 文件功能描述:事件之扫码推事件(scancode_push) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Waitmsg.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Waitmsg.cs index ba8a6e8ef0..ce66e12070 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Waitmsg.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Scancode_Waitmsg.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_ScancodeWaitmsg.cs 文件功能描述:事件之扫码推事件且弹出“消息接收中”提示框(scancode_waitmsg) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Subscribe.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Subscribe.cs index df196a1656..c11271cd7c 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Subscribe.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Subscribe.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Subscribe.cs 文件功能描述:事件之关注事件的推送(subscribe) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_UnSubscribe.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_UnSubscribe.cs index be3661f0a8..97f3e7fe56 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_UnSubscribe.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_UnSubscribe.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Unsubscribe.cs 文件功能描述:事件之取消关注事件的推送(unsubscribe) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_View.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_View.cs index 24b5f658e1..f2f683d79f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_View.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_View.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_View.cs 文件功能描述:事件之URL跳转视图(View) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestBase.cs index 953b0ac703..6e94ff84a6 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestBase.cs 文件功能描述:所有客服请求消息的基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestMessagePack.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestMessagePack.cs index 09607b6801..8e251a9f8d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestMessagePack.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/KF/RequestMessagePack.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestPack.cs 文件功能描述:客服请求消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/PostModel.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/PostModel.cs index a344e381b5..4453b3e053 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/PostModel.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/PostModel.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PostModel.cs 文件功能描述:微信企业号服务器Post过来的参数集合(不包括PostData) diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageFile.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageFile.cs index 45f2b390ba..a5d12beddc 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageFile.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageFile.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFile.cs 文件功能描述:接收文件消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageImage.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageImage.cs index 4584402674..ba80782085 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageImage.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageImage.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageImage.cs 文件功能描述:接收普通图片消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageLocation.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageLocation.cs index 77929122ab..b022985290 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageLocation.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageLocation.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageLocation.cs 文件功能描述:接收普通地理位置消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageShortVideo.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageShortVideo.cs index cc7b12f4e7..4c99d42c4a 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageShortVideo.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageShortVideo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageShortVideo.cs 文件功能描述:接收小视频消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageText.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageText.cs index 085c4c15e0..02c1ed5e97 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageText.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageText.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageText.cs 文件功能描述:接收普通文本消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVideo.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVideo.cs index 34699f5dc7..5cd5850150 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVideo.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVideo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageVideo.cs 文件功能描述:接收普通视频消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVoice.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVoice.cs index b806a83dba..3ca42de109 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVoice.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageVoice.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageVoice.cs 文件功能描述:接收普通语音消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/RequestMessager_Register_Corp.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/RequestMessager_Register_Corp.cs index 12955b020a..b5daf2468e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/RequestMessager_Register_Corp.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/RequestMessager_Register_Corp.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessager_Register_Corp.cs 文件功能描述:推广二维码注册企业微信完成通知 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfoBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfoBase.cs index f3ec682634..1f19d85bda 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfoBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfoBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyInfoBase.cs 文件功能描述:第三方应用授权回调消息服务 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Cancel_Auth.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Cancel_Auth.cs index 42e324b951..049990026b 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Cancel_Auth.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Cancel_Auth.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyInfo_Cancel_Auth.cs 文件功能描述:取消授权的通知 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Auth.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Auth.cs index c7f761c423..16744f3433 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Auth.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Auth.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyInfo_Change_Auth.cs 文件功能描述:变更授权的通知 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Contact.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Contact.cs index aec7257488..2b8c113e64 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Contact.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Change_Contact.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageInfo_Change_Contact.cs 文件功能描述:通讯录变更事件通知 请求消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Suite_Ticket.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Suite_Ticket.cs index 721591207b..cd03a3d6dc 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Suite_Ticket.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/ThirdPartyInfo/ThirdPartyInfo_Suite_Ticket.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ThirdPartyInfo_Suite_Ticket.cs 文件功能描述:推送suite_ticket协议 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/WorkRequestMessageBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/WorkRequestMessageBase.cs index eca1ca324c..c22863a133 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/WorkRequestMessageBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/WorkRequestMessageBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageBase.cs 文件功能描述:接收到请求的消息基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/EncryptResponseMessage.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/EncryptResponseMessage.cs index d1bb4c1852..a43d2c4e28 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/EncryptResponseMessage.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/EncryptResponseMessage.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EncryptResponseMessage.cs 文件功能描述:返回给服务器的加密消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageImage.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageImage.cs index ebef8ed060..b84346807f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageImage.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageImage.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageImage.cs 文件功能描述:响应回复图片消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageMpNews.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageMpNews.cs index eb72a56faf..840c720b82 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageMpNews.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageMpNews.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageMpNews.cs 文件功能描述:响应回复MpNews消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageNews.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageNews.cs index 3ba37c9eb3..77b01071b6 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageNews.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageNews.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageNews.cs 文件功能描述:响应回复图文消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageText.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageText.cs index 73cafc691c..81ca68fccd 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageText.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageText.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageText.cs 文件功能描述:响应回复文本消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVideo.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVideo.cs index 6634650407..d99260cf1d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVideo.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVideo.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageVideo.cs 文件功能描述:响应回复视频消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVoice.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVoice.cs index 5d23fc56b8..ee35d67241 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVoice.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/ResponseMessageVoice.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageVoice.cs 文件功能描述:响应回复语音消息 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/WorkResponseMessageBase.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/WorkResponseMessageBase.cs index 6dd6c00259..c8bcda5835 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/WorkResponseMessageBase.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/WorkResponseMessageBase.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageBase.cs 文件功能描述:响应回复消息基类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Enums.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Enums.cs index f01316b5fa..69506f6a6a 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Enums.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Enums.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Enums.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Exceptions/WeixinWorkException.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Exceptions/WeixinWorkException.cs index 5d699ab3e7..b6057cda3f 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Exceptions/WeixinWorkException.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Exceptions/WeixinWorkException.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinOpenException.cs 文件功能描述:微信开放平台异常处理类 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/EntityHelper.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/EntityHelper.cs index 9ffbf68806..fbe97e290e 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/EntityHelper.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/EntityHelper.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EntityHelper.cs 文件功能描述:实体与xml相互转换 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/JSSDK/JSSDKHelper.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/JSSDK/JSSDKHelper.cs index aafcce3ad3..051f96f9d7 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/JSSDK/JSSDKHelper.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Helpers/JSSDK/JSSDKHelper.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JSSDKHelper.cs 文件功能描述:JSSDK生成签名的方法等 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageContext/DefaultWorkMessageContext.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageContext/DefaultWorkMessageContext.cs index c8a47c33d4..37a6f27f23 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageContext/DefaultWorkMessageContext.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageContext/DefaultWorkMessageContext.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DefaultWorkMessageContext.cs 文件功能描述:企业微信上下文的默认实现 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs index 6874a3d53f..daf37984ce 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkMessageHandler.cs 文件功能描述:企业号请求的集中处理方法 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Register.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Register.cs index 867638dfa6..add263f182 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Register.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Register.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:Senparc.Weixin.Work 快捷注册流程 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/RequestMessageFactory.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/RequestMessageFactory.cs index e4ae0d3862..b4b3cdd274 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/RequestMessageFactory.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/RequestMessageFactory.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFactory.cs 文件功能描述:获取XDocument转换后的IRequestMessageBase实例 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/ResponseMessageFactory.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/ResponseMessageFactory.cs index 4c346c0dd8..2070993d69 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/ResponseMessageFactory.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/ResponseMessageFactory.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessageFactory.cs 文件功能描述:获取XDocument转换后的IResponseMessageBase实例 diff --git a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Signature.cs b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Signature.cs index a7d95188c0..3b9d8f4a0d 100644 --- a/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Signature.cs +++ b/src/Senparc.Weixin.Work/Senparc.Weixin.Work/Signature.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Signature.cs 文件功能描述:检测签名 diff --git a/src/Senparc.Weixin.WxOpen.Middleware/MessageHandlers/Middleware/WxOpenMessageHandlerMiddleware.cs b/src/Senparc.Weixin.WxOpen.Middleware/MessageHandlers/Middleware/WxOpenMessageHandlerMiddleware.cs index 6cde99910f..148ecc78d6 100644 --- a/src/Senparc.Weixin.WxOpen.Middleware/MessageHandlers/Middleware/WxOpenMessageHandlerMiddleware.cs +++ b/src/Senparc.Weixin.WxOpen.Middleware/MessageHandlers/Middleware/WxOpenMessageHandlerMiddleware.cs @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxOpenMessageHandlerMiddleware.cs 文件功能描述:公众号 MessageHandler 中间件 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/Template/TemplateApiTests.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/Template/TemplateApiTests.cs index ce79ec9e36..76be0d6515 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/Template/TemplateApiTests.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/Template/TemplateApiTests.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/WxApp/WxAppApiTests.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/WxApp/WxAppApiTests.cs index 8cb1ac1b82..f18bec464a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/WxApp/WxAppApiTests.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/AdvancedAPIs/WxApp/WxAppApiTests.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Containers/SessionContainerTests.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Containers/SessionContainerTests.cs index e32e41f512..7b01c348c7 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Containers/SessionContainerTests.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Containers/SessionContainerTests.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Helpers/EncryptHelperTests.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Helpers/EncryptHelperTests.cs index 4c66a9af51..4388511087 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Helpers/EncryptHelperTests.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/Helpers/EncryptHelperTests.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/SerializeTest.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/SerializeTest.cs index e23e3a3c85..a9e6e26f60 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/SerializeTest.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen.Tests/SerializeTest.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Custom/CustomApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Custom/CustomApi.cs index cd60964eb6..ab5962fecd 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Custom/CustomApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Custom/CustomApi.cs @@ -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 @@ -18,7 +18,7 @@ and limitations under the License. ----------------------------------------------------------------*/ #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomAPI.cs 文件功能描述:小程序客服接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeApi.cs index 79acb7d50c..f805bb8834 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DataCubeApi.cs 文件功能描述:小程序“数据分析”接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/CommonGetWeAnalysisAppidRetainInfoResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/CommonGetWeAnalysisAppidRetainInfoResultJson.cs index 503a3222cf..8b8a9f1e0a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/CommonGetWeAnalysisAppidRetainInfoResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/CommonGetWeAnalysisAppidRetainInfoResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonGetWeAnalysisAppidRetainInfoResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问留存:日/周/月留存 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailySummaryTrendResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailySummaryTrendResultJson.cs index 3a875ce0fd..622230e05a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailySummaryTrendResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailySummaryTrendResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidDailySummaryTrendResultJson.cs 文件功能描述:小程序“数据分析”接口 - 概况趋势 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailyVisitTrendResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailyVisitTrendResultJson.cs index 19dee678f2..1c749b9509 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailyVisitTrendResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidDailyVisitTrendResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidDailyVisitTrendResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问趋势:日趋势 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidMonthlyVisitTrendResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidMonthlyVisitTrendResultJson.cs index 06c5da96d1..5ffa2ac15b 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidMonthlyVisitTrendResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidMonthlyVisitTrendResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidMonthlyVisitTrendResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问趋势:月趋势 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidUserPortraitResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidUserPortraitResultJson.cs index 0ce343a646..7d4aaf3034 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidUserPortraitResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidUserPortraitResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidUserPortraitResultJson.cs 文件功能描述:小程序“数据分析”接口 - 用户画像 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitDistributionResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitDistributionResultJson.cs index fef8d7d12c..92dd0c865b 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitDistributionResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitDistributionResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidVisitDistributionResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问趋势:访问分布 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitPageResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitPageResultJson.cs index 5058e0ab24..ebc4400972 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitPageResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidVisitPageResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidVisitPageResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问页面 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidWeeklyVisitTrendResultJson.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidWeeklyVisitTrendResultJson.cs index cf759616e3..fb8ae5b221 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidWeeklyVisitTrendResultJson.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/DataCube/DataCubeJson/GetWeAnalysisAppidWeeklyVisitTrendResultJson.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetWeAnalysisAppidWeeklyVisitTrendResultJson.cs 文件功能描述:小程序“数据分析”接口 - 访问趋势:周趋势 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs index 02e8341125..38b3ce6244 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs @@ -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 @@ -18,7 +18,7 @@ and limitations under the License. ----------------------------------------------------------------*/ #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CustomAPI.cs 文件功能描述:小程序订阅消息接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/QrCodeJump/QrCodeJumpApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/QrCodeJump/QrCodeJumpApi.cs index 24f63f049d..bcb7e64101 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/QrCodeJump/QrCodeJumpApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/QrCodeJump/QrCodeJumpApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QrCodeJumpApi.cs 文件功能描述:小程序的普通链接二维码接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsApi.cs index 5e8f85a8f4..a22d659d23 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SnsApi.cs 文件功能描述:小程序 Sns下接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsJson/JsCode2JsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsJson/JsCode2JsonResult.cs index c9ae60ff8c..ea4dd7abfe 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsJson/JsCode2JsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Sns/SnsJson/JsCode2JsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:JsCode2JsonResult.cs 文件功能描述:JsCode2Json接口结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbApi.cs index aff65bc54f..062d472e1d 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TcbApi.cs 文件功能描述:云函数。注意: HTTP API 途径触发云函数不包含用户信息。 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/CreateIndex.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/CreateIndex.cs index 9ed472ea19..c5a5cab88e 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/CreateIndex.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/CreateIndex.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CreateIndex.cs 文件功能描述:新增索引 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseJsonResult.cs index 8ac8ded674..6208adf546 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxDatabaseJsonResult.cs 文件功能描述:数据库操作记录的各类返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseMigrateJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseMigrateJsonResult.cs index e9a54c23a6..7470c3dc03 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseMigrateJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxDatabaseMigrateJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxDatabaseMigrateJsonResult.cs 文件功能描述:数据库操作记录的各类返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxFileJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxFileJsonResult.cs index 91af64f7ef..b8606d8820 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxFileJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxFileJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxFileJsonResult.cs 文件功能描述:文件相关接口 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxQcloudTokenJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxQcloudTokenJsonResult.cs index ee1d9ab1cf..b79a10b285 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxQcloudTokenJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Tcb/TcbJson/WxQcloudTokenJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxQcloudTokenJsonResult.cs 文件功能描述:获取腾讯云API调用凭证 返回结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateApi.cs index b0688f2609..ee52223600 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateAPI.cs 文件功能描述:小程序的模板消息接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/AddJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/AddJsonResult.cs index 0eff41b165..e3e214cba2 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/AddJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/AddJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AddJsonResult.cs 文件功能描述:“获取模板库某个模板标题下关键词库”接口:Add 结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryGetJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryGetJsonResult.cs index 80e8c4182b..c632d72701 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryGetJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryGetJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LibraryListJsonResult.cs 文件功能描述:“获取模板库某个模板标题下关键词库”接口:LibraryGet 结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryListJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryListJsonResult.cs index 187e0faa9d..01fc55dc82 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryListJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/LibraryListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LibraryListJsonResult.cs 文件功能描述:“获取小程序模板库标题列表”接口:LibraryList 结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/ListJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/ListJsonResult.cs index 8bd71a95a0..bfd872e1df 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/ListJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/ListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ListJsonResult.cs 文件功能描述:“获取帐号下已存在的模板列表”接口:List 结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/TempleteModel.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/TempleteModel.cs index 0b40f16080..20fcc44798 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/TempleteModel.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Template/TemplateJson/TempleteModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateModel.cs 文件功能描述:小程序模板消息接口需要的数据 @@ -30,6 +30,8 @@ and limitations under the License. 修改标识:Senparc - 20190906 修改描述:v3.5.4 修正 UniformSendData 参数 + 修改标识:Senparc - 20190906 + 修改描述:v3.10.102 修正 UniformSendData.Mp_Template_Msg.Miniprogram 参数 pagepath -> page ----------------------------------------------------------------*/ @@ -120,6 +122,6 @@ public class Mp_Template_Msg public class Miniprogram { public string appid { get; set; } - public string pagepath { get; set; } + public string page { get; set; } } } diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/LineColor.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/LineColor.cs index ffc7a14d0c..3501c7f2c3 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/LineColor.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/LineColor.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LineColor.cs 文件功能描述:小程序二维码线条颜色(RGB颜色) diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/Pages.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/Pages.cs index 5a9dd2a006..feb608e53a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/Pages.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/Pages.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Page.cs 文件功能描述:小程序搜索,页面参数 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/SearchApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/SearchApi.cs index abf1446751..67e9588c66 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/SearchApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/Search/SearchApi.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SearchApi.cs 文件功能描述:小程序搜索 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppApi.cs index 1be97361fa..f812bccaba 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppApi.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppApi.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxAppApi.cs 文件功能描述:小程序WxApp目录下面的接口 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppJson/GetNearbyPoiListJsonResult.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppJson/GetNearbyPoiListJsonResult.cs index 864ecf7c77..1d0236bb1a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppJson/GetNearbyPoiListJsonResult.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/WxAppJson/GetNearbyPoiListJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:GetNearbyPoiListJsonResult.cs 文件功能描述:GetNearbyPoiList 接口结果 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxOpenApiEnlightener.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxOpenApiEnlightener.cs index e1feb157c7..c0209a27b6 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxOpenApiEnlightener.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxOpenApiEnlightener.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxOpenApiEnlightener.cs 文件功能描述:WxOpenApiEnlightener diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/CommonAPIs/WxOpenApiHandlerWapper.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/CommonAPIs/WxOpenApiHandlerWapper.cs index 7a77d6b6f2..047f324efb 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/CommonAPIs/WxOpenApiHandlerWapper.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/CommonAPIs/WxOpenApiHandlerWapper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ApiHandlerWapper.cs(从MP移植) 文件功能描述:使用AccessToken进行操作时,如果遇到AccessToken错误的情况,重新获取AccessToken一次,并重试 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/AccessTokenContainer.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/AccessTokenContainer.cs index 18b6813ebc..d802afc602 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/AccessTokenContainer.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/AccessTokenContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:AccessTokenContainer.cs 文件功能描述:小程序的通用接口 AccessToken 容器,用于自动管理 AccessToken,如果过期会重新获取 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/SessionContainer.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/SessionContainer.cs index 924db28316..a8af8c31f6 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/SessionContainer.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Containers/SessionContainer.cs @@ -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 @@ -20,7 +20,7 @@ and limitations under the License. /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SessionContainer.cs 文件功能描述:小程序 Session 容器 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedPhoneNumber.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedPhoneNumber.cs index 16a2ddae28..d9c2691c2f 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedPhoneNumber.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedPhoneNumber.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DecodedPhoneNumber.cs 文件功能描述:用户绑定手机号解密类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedRunData.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedRunData.cs index 8c09cb0a45..acdc4849ab 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedRunData.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedRunData.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DecodedRunData 文件功能描述:小程序运动步数解密类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedUserInfo.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedUserInfo.cs index 86a5df657b..d6d1ea719e 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedUserInfo.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/DecodedUserInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DecodedUserInfo.cs 文件功能描述:用户信息解密类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEventBase.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEventBase.cs index 4ebb3a6d27..fa70b10c8f 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEventBase.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEventBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEventBase.cs 文件功能描述:事件基类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_AddNearbyPoiAuditInfo.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_AddNearbyPoiAuditInfo.cs index 810df51f68..68789c66c8 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_AddNearbyPoiAuditInfo.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_AddNearbyPoiAuditInfo.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_UserEnterTempSession.cs 文件功能描述:事件之地点审核 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_NicknameAudit.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_NicknameAudit.cs index 0a6404a96c..d544593445 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_NicknameAudit.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_NicknameAudit.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Click.cs 文件功能描述:事件之小程序审核失败 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_UserEnterTempSession.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_UserEnterTempSession.cs index b3cb39f7d6..4562e0d310 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_UserEnterTempSession.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_UserEnterTempSession.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_UserEnterTempSession.cs 文件功能描述:事件之用户进入客服 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditDelay.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditDelay.cs index dc6e4d2ae7..aa68f6db10 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditDelay.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditDelay.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_WeAppAuditSuccess.cs 文件功能描述:事件之小程序审核成功 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditFail.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditFail.cs index fc8aaa07a1..76e59890a8 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditFail.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditFail.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_Click.cs 文件功能描述:事件之小程序审核失败 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditSuccess.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditSuccess.cs index 1b9bcb3f6a..62e95d596b 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditSuccess.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/Event/RequestMessageEvent_WeAppAuditSuccess.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageEvent_WeAppAuditSuccess.cs 文件功能描述:事件之小程序审核成功 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/PostModel.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/PostModel.cs index 53b511a219..015b240ab4 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/PostModel.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/PostModel.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:PostModel.cs 文件功能描述:微信公众服务器Post过来的加密参数集合(不包括PostData) diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageImage.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageImage.cs index fbcdf38bfb..64e826c158 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageImage.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageImage.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageImage.cs 文件功能描述:接收普通图片消息 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageText.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageText.cs index b0fef81ff6..9d8d01d6b4 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageText.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Request/RequestMessageText.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageText.cs 文件功能描述:接收普通文本消息 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs index 6f5c67e6f9..e79a73e170 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Response/ResponseMessagetTransfer_Customer_Service.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ResponseMessagetTransfer_Customer_Service.cs 文件功能描述:响应回复多客服消息 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Watermark.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Watermark.cs index 6dfa110463..e98b08e5fa 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Watermark.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Entities/Watermark.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:DecodeEntityBase.cs 文件功能描述:所有解密类的基类,提供watermark属性 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Enums.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Enums.cs index 03e80680ec..c3b50dd3c7 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Enums.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Enums.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Enums.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Exceptions/WxOpenException.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Exceptions/WxOpenException.cs index 952812d879..2c69f68260 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Exceptions/WxOpenException.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Exceptions/WxOpenException.cs @@ -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 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/EncryptHelper.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/EncryptHelper.cs index 7f12c37dc8..4e96b44a7a 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/EncryptHelper.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/EncryptHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EncryptHelper.cs 文件功能描述:加密、解密处理类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/SessionHelper.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/SessionHelper.cs index 1ed7a080fc..e3b1bea1bf 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/SessionHelper.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Helpers/SessionHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SessionHelper.cs 文件功能描述:Session帮助类 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Event.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Event.cs index 4cbe470abf..05cd482263 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Event.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Event.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandler.Event.cs 文件功能描述:微信请求的集中处理方法:Event相关 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Message.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Message.cs index f786e9331d..353a324b9d 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Message.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.Message.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandler.Event.cs 文件功能描述:微信请求的集中处理方法:Message相关 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.cs index 9a68df9e2b..8d72f90338 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/MessageHandlers/WxOpenMessageHandler.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxOpenMessageHandler.cs 文件功能描述:小程序MessageHandler diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Register.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Register.cs index 2edbf96117..8464cdc6e2 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Register.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Register.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Register.cs 文件功能描述:注册小程序信息 @@ -59,10 +59,10 @@ public static class Register /// 微信公众号后台的【开发】>【基本配置】中的“AppSecret(应用密钥)” /// 标记AccessToken名称(如微信公众号名称),帮助管理员识别 /// - [Obsolete("请统一使用Senparc.Weixin.MP.Register.RegisterMpAccount()方法进行注册!")] + [Obsolete("请统一使用Senparc.Weixin.WxOpen.Register.RegisterWxOpenAccount()方法进行注册!")] public static IRegisterService RegisterWxOpenAccount(this IRegisterService registerService, string appId, string appSercet, string name = null) { - throw new WeixinException("请统一使用Senparc.Weixin.MP.Register.RegisterMpAccount()方法进行注册!"); + throw new WeixinException("请统一使用请统一使用Senparc.Weixin.WxOpen.Register.RegisterWxOpenAccount()方法进行注册!"); } /// diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/RequestMessageFactory.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/RequestMessageFactory.cs index 44e88247d5..cc3bee216e 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/RequestMessageFactory.cs +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/RequestMessageFactory.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RequestMessageFactory.cs 文件功能描述:获取XDocument转换后的IRequestMessageBase实例 diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.netcore3.csproj b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.netcore3.csproj index 666754ea68..16d76fa59b 100644 --- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.netcore3.csproj +++ b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.netcore3.csproj @@ -1,7 +1,7 @@ net45;netstandard2.0;netstandard2.1 - 3.10.101 + 3.10.102 Senparc.Weixin.WxOpen Senparc.Weixin.WxOpen true diff --git a/src/Senparc.Weixin/Senparc.Weixin/Cache.Local/ContainerCacheStrategy/LocalContainerCacheStrategy.cs b/src/Senparc.Weixin/Senparc.Weixin/Cache.Local/ContainerCacheStrategy/LocalContainerCacheStrategy.cs index ec137645ea..0583b69e2f 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Cache.Local/ContainerCacheStrategy/LocalContainerCacheStrategy.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Cache.Local/ContainerCacheStrategy/LocalContainerCacheStrategy.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:LocalContainerCacheStrategy.cs 文件功能描述:本地容器缓存。 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/BaseContainerCacheStrategy.cs b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/BaseContainerCacheStrategy.cs index bab0abc5f1..5471c3f46f 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/BaseContainerCacheStrategy.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/BaseContainerCacheStrategy.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseContainerCacheStrategy.cs 文件功能描述:容器策略(领域缓存)基类。 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/IContainerCacheStrategy.cs b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/IContainerCacheStrategy.cs index 6b49256e72..303f3e0664 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/IContainerCacheStrategy.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategy/IContainerCacheStrategy.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IContainerCacheStrategy.cs 文件功能描述:容器缓存策略基类。 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategyFactory.cs b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategyFactory.cs index b2e21637f8..ab24153009 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategyFactory.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStrategyFactory.cs @@ -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 diff --git a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperBase.cs b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperBase.cs index 82abdc664c..175ad659fc 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperBase.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ApiHandlerWapperBase.cs 文件功能描述:提供ApiHandlerWapper的公共基础方法 diff --git a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperFactory.cs b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperFactory.cs index 42daa9dda5..f1abe5b517 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperFactory.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/ApiHandlerWapper/ApiHandlerWapperFactory.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ApiHandlerWapperFactory.cs 文件功能描述:针对AccessToken无效或过期的自动处理方法的工厂 diff --git a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/CommonJsonSend.cs b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/CommonJsonSend.cs index 20d3bef0c4..50d5b82483 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/CommonJsonSend.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/CommonAPIs/CommonJsonSend.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:CommonJsonSend.cs 文件功能描述:通过CommonJsonSend中的方法调用接口 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Config.cs b/src/Senparc.Weixin/Senparc.Weixin/Config.cs index 1ee778e1b0..6cd9883f2a 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Config.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Config.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Config.cs 文件功能描述:全局设置 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs b/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs index 2cd4561a82..084e01ec91 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinContainer.cs 文件功能描述:微信容器(如Ticket、AccessToken) diff --git a/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainerBag.cs b/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainerBag.cs index 4145025506..68efb7b0a7 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainerBag.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainerBag.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseContainerBag.cs 文件功能描述:微信容器接口中的封装Value(如Ticket、AccessToken等数据集合) diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/BindableBase.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/BindableBase.cs index 975c6dcfa4..9a16383f16 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/BindableBase.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/BindableBase.cs @@ -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 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/IAccessTokenResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/IAccessTokenResult.cs index a70085fe15..270bf7893b 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/IAccessTokenResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/IAccessTokenResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IAccessTokenResult.cs 文件功能描述:AccessTokenResult的公共接口 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/BaseJsonResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/BaseJsonResult.cs index f58829259c..db391d6f34 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/BaseJsonResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/BaseJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:BaseJsonResult.cs 文件功能描述:所有xxJsonResult(基类)的基类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResult.cs index c5666751ee..f1574b31b3 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResult.cs @@ -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 @@ -20,7 +20,7 @@ and limitations under the License. /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IJsonResult.cs 文件功能描述:所有JSON返回结果基类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResultCallback.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResultCallback.cs index 82ed16ff98..3a17610f28 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResultCallback.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/Interface/IJsonResultCallback.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:IJsonResultCallback.cs 文件功能描述:JSON数据(序列化)回调接口 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/QYJsonResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/QYJsonResult.cs index 5124faffac..06d29197d5 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/QYJsonResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/QYJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:QyJsonResult.cs 文件功能描述:企业号JSON返回结果 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WorkJsonResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WorkJsonResult.cs index 7b20dccd3e..8daf30baa7 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WorkJsonResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WorkJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WorkJsonResult.cs 文件功能描述:企业微信 JSON 返回结果 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WxJsonResult.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WxJsonResult.cs index 7acf0446e0..56366586f0 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WxJsonResult.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/JsonResult/WxJsonResult.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WxJsonResult.cs 文件功能描述:同于公众号的JSON返回结果基类(用于菜单接口等) diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSetting.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSetting.cs index 52ea87153b..cbdaef8ee3 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSetting.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSetting.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWeixinSetting.cs 文件功能描述:Senparc.Weixin JSON 配置 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.Interfaces.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.Interfaces.cs index 763b5818e2..d43f460e56 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.Interfaces.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.Interfaces.cs @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWeixinSettingItem.Interfaces.cs 文件功能描述:SenparcWeixinSettingItem 接口 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.cs index 25cd8c3475..495a58c6bb 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItem.cs @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWeixinSettingItem.cs 文件功能描述:Senparc.Weixin SDK 中单个公众号配置信息 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItemCollection.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItemCollection.cs index 95fefe9ed7..5a8296596d 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItemCollection.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/SenparcWeixinSettings/SenparcWeixinSettingItemCollection.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:SenparcWeixinSettingItemCollection.cs 文件功能描述:SenparcWeixinSettingItem 集合 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/TemplateMessageData.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/TemplateMessageData.cs index 30ede3124a..2e35bd1030 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/TemplateMessageData.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/TemplateMessageData.cs @@ -1,5 +1,5 @@ /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TemplateMessageData.cs 文件功能描述:模板消息数据 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/WeixinTemplateBase.cs b/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/WeixinTemplateBase.cs index e4e370b470..7b1297c351 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/WeixinTemplateBase.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Entities/TemplateMessage/WeixinTemplateBase.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:EntityBase.cs 文件功能描述:EntityBase diff --git a/src/Senparc.Weixin/Senparc.Weixin/Enums.cs b/src/Senparc.Weixin/Senparc.Weixin/Enums.cs index 2c658df69e..3323a67fce 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Enums.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Enums.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Enums.cs 文件功能描述:枚举类型 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/ErrorJsonResultException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/ErrorJsonResultException.cs index 867d619aad..2efd1b3848 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/ErrorJsonResultException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/ErrorJsonResultException.cs @@ -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 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/MessageHandlerException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/MessageHandlerException.cs index a1498cb086..8ced3a24d3 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/MessageHandlerException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/MessageHandlerException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:MessageHandlerException.cs 文件功能描述:微信消息异常处理类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnRegisterAppIdException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnRegisterAppIdException.cs index 2bc73c506a..25fd2c5397 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnRegisterAppIdException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnRegisterAppIdException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UnRegisterAppIdException.cs 文件功能描述:未注册AppId异常 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnknownRequestMsgTypeException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnknownRequestMsgTypeException.cs index 9a34a58b8f..1c5321f9fe 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnknownRequestMsgTypeException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/UnknownRequestMsgTypeException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:UnknownRequestMsgTypeException.cs 文件功能描述:未知请求类型 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinException.cs index 6542bd6943..0257b36d0d 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinException.cs 文件功能描述:微信自定义异常基类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinMenuException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinMenuException.cs index 4cdd00d7bb..db336a07df 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinMenuException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinMenuException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinException.cs 文件功能描述:微信菜单异常处理类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinNullReferenceException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinNullReferenceException.cs index 5d3ed76fc9..d729a41f17 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinNullReferenceException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinNullReferenceException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinNullReferenceException.cs 文件功能描述:对象为null的异常 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinObsoleteException.cs b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinObsoleteException.cs index 4ae6781593..53f7c8de5f 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinObsoleteException.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Exceptions/WeixinObsoleteException.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinObsoleteException.cs 文件功能描述:v4.18.11 接口或方法过期异常 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Helpers/Containers/ContainerHelper.cs b/src/Senparc.Weixin/Senparc.Weixin/Helpers/Containers/ContainerHelper.cs index cc414a0a3a..3372ff6e2e 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Helpers/Containers/ContainerHelper.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Helpers/Containers/ContainerHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:ContainerHelper.cs 文件功能描述:容器帮助类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Helpers/TenPay/TenPayHelper.cs b/src/Senparc.Weixin/Senparc.Weixin/Helpers/TenPay/TenPayHelper.cs index 20ba14aace..faef0a6a65 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Helpers/TenPay/TenPayHelper.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Helpers/TenPay/TenPayHelper.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:TenPayHelper.cs 文件功能描述:微信支付帮助类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/RegisterServices/SenparcWeixinRegisterServiceExtension.cs b/src/Senparc.Weixin/Senparc.Weixin/RegisterServices/SenparcWeixinRegisterServiceExtension.cs index 9184207a74..3291bac94e 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/RegisterServices/SenparcWeixinRegisterServiceExtension.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/RegisterServices/SenparcWeixinRegisterServiceExtension.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:RegisterServiceExtension.cs 文件功能描述:快捷注册类,RegisterService 扩展类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Tencent/Cryptography.cs b/src/Senparc.Weixin/Senparc.Weixin/Tencent/Cryptography.cs index 41126fd202..dfb737c748 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Tencent/Cryptography.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Tencent/Cryptography.cs @@ -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 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Tencent/WXBizMsgCrypt.cs b/src/Senparc.Weixin/Senparc.Weixin/Tencent/WXBizMsgCrypt.cs index 37f730d91d..684908a7c9 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Tencent/WXBizMsgCrypt.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Tencent/WXBizMsgCrypt.cs @@ -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 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Trace/WeixinTrace.cs b/src/Senparc.Weixin/Senparc.Weixin/Trace/WeixinTrace.cs index 154f524a2f..d619815936 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Trace/WeixinTrace.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Trace/WeixinTrace.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinTrace.cs 文件功能描述:跟踪日志相关 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Get.cs b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Get.cs index 47b6563367..bd275c7fdd 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Get.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Get.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Get.cs 文件功能描述:Get diff --git a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Post.cs b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Post.cs index 93598f75eb..7ec5257e22 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Post.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/Post.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:Post.cs 文件功能描述:Post diff --git a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/UrlUtility.cs b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/UrlUtility.cs index 787dbd6bf0..7f0169df23 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/UrlUtility.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Utilities/HttpUtility/UrlUtility.cs @@ -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 @@ -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工具类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/Utilities/WeixinUtility/ApiUtility.cs b/src/Senparc.Weixin/Senparc.Weixin/Utilities/WeixinUtility/ApiUtility.cs index 59c0d3232c..1027a65878 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/Utilities/WeixinUtility/ApiUtility.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/Utilities/WeixinUtility/ApiUtility.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:StreamUtility.cs 文件功能描述:微信对象公共类 diff --git a/src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs b/src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs index a42ab430b0..183b42a432 100644 --- a/src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs +++ b/src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs @@ -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 @@ -19,7 +19,7 @@ and limitations under the License. #endregion Apache License Version 2.0 /*---------------------------------------------------------------- - Copyright (C) 2020 Senparc + Copyright (C) 2021 Senparc 文件名:WeixinRegister.cs 文件功能描述:Senparc.Weixin 快捷注册流程(包括Thread、TraceLog等)