-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from Senparc/Develop
Develop
- Loading branch information
Showing
191 changed files
with
17,380 additions
and
17,380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
################################################################################ | ||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 | ||
################################################################################ | ||
|
||
obj/ | ||
bin/ | ||
.vs/ | ||
.user | ||
/BuildOutPut | ||
/src/Senparc.NeuChar.Tests/App_Data/SenparcTraceLog | ||
*.user | ||
/src/Senparc.NeuChar.Tests/App_Data/WeChat_OfficialAccount/* | ||
/src/ProjectFileManager | ||
/src/.idea | ||
/ProjectFileManager | ||
*.DS_Store | ||
################################################################################ | ||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 | ||
################################################################################ | ||
|
||
obj/ | ||
bin/ | ||
.vs/ | ||
.user | ||
/BuildOutPut | ||
/src/Senparc.NeuChar.Tests/App_Data/SenparcTraceLog | ||
*.user | ||
/src/Senparc.NeuChar.Tests/App_Data/WeChat_OfficialAccount/* | ||
/src/ProjectFileManager | ||
/src/.idea | ||
/ProjectFileManager | ||
*.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 文件夹说明 | ||
|
||
本文件夹用于存放文档说明和素材 | ||
## 文件夹说明 | ||
|
||
本文件夹用于存放文档说明和素材 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
<img src="https://sdk.weixin.senparc.com/images/senparc-logo-500.jpg" /> | ||
|
||
# NeuChar | ||
|
||
Senparc.NeuChar 跨平台信息交互标准。使用 NeuChar 标准可以跨平台兼容不同平台的交互信息设置,一次设置,多平台共享。 | ||
|
||
[](https://mysenparc.visualstudio.com/Senparc%20SDK/_build/latest?definitionId=14) | ||
[](https://www.nuget.org/packages/Senparc.NeuChar) | ||
[](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
|
||
| 名称 | DLL | Nuget | 支持 .NET 版本 | ||
|---------|---------------------|---------------------------------------------------------------------------------------|-------------------------------------- | ||
| NeuChar | Senparc.NeuChar.dll | [![Senparc.NeuChar][1.1]][1.2] [![Senparc.NeuChar][nuget-img-base]][nuget-url-base] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
| NeuChar.App | Senparc.NeuChar.App.dll | [![Senparc.NeuChar.App][2.1]][2.2] [![Senparc.NeuChar.App][nuget-img-base-app]][nuget-url-base-app] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
| NeuChar.AspNet | Senparc.NeuChar.AspNet.dll | [![Senparc.NeuChar.AspNet.App][2.1]][2.2] [![Senparc.NeuChar.App][nuget-img-base-app]][nuget-url-base-app] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
|
||
|
||
[1.1]: https://img.shields.io/nuget/v/Senparc.NeuChar.svg?style=flat | ||
[1.2]: https://www.nuget.org/packages/Senparc.NeuChar | ||
[2.1]: https://img.shields.io/nuget/v/Senparc.NeuChar.App.svg?style=flat | ||
[2.2]: https://www.nuget.org/packages/Senparc.NeuChar.App | ||
|
||
|
||
[net462Y]: https://img.shields.io/badge/4.6.2-Y-brightgreen.svg | ||
[net462N]: https://img.shields.io/badge/4.6.2-N-lightgrey.svg | ||
[coreY]: https://img.shields.io/badge/.NET%20Core-Y-brightgreen.svg | ||
[coreN]: https://img.shields.io/badge/.NET%20Core-N-lightgrey.svg | ||
[coreN-]: https://img.shields.io/badge/.NET%20Core----lightgrey.svg | ||
[net8Y]: https://img.shields.io/badge/.NET%208.0-Y-brightgreen.svg | ||
[net8N]: https://img.shields.io/badge/.NET%208.0-N-lightgrey.svg | ||
|
||
[nuget-img-base]: https://img.shields.io/nuget/dt/Senparc.NeuChar.svg | ||
[nuget-url-base]: https://www.nuget.org/packages/Senparc.NeuChar | ||
|
||
[nuget-img-base-app]: https://img.shields.io/nuget/dt/Senparc.NeuChar.App.svg | ||
[nuget-url-base-app]: https://www.nuget.org/packages/Senparc.NeuChar.App | ||
|
||
## 线上 SaaS 集成服务 | ||
|
||
官网:<a href="https://www.neuchar.com" target="_blank">https://www.neuchar.com</a> | ||
|
||
> https://www.neuchar.com 提供了一整套基于 Senparc.NeuChar 标准的服务平台,同时服务于开发者(提供 App)以及运营者(订阅 App)。<br> | ||
> 开发者提供的一个 App,即可同时被多个平台的运营人员使用;运营人员维护一次信息,即可同时同步到多个平台。 | ||
|
||
|
||
## 如何使用 Nuget 安装? | ||
|
||
* NeuChar Nuget 地址:https://www.nuget.org/packages/Senparc.NeuChar | ||
* 命令: | ||
``` | ||
PM> Install-Package Senparc.NeuChar | ||
``` | ||
|
||
## RequestMsgType 支持(存在)情况 | ||
|
||
| 枚举类型 | 微信<br>公众号 | 钉钉 | QQ公众号 | 头条第三方 | Facebook | | ||
|----------------|-------------------|------------|-------------|--------------|------------| | ||
| Text | Y | Y | Y | - | Y | | ||
| Location | Y | N | Y | - | - | | ||
| Image | Y | Y | - | - | Y | | ||
| Voice | Y | Y | N | - | - | | ||
| Video | Y | N | N | - | - | | ||
| Link | Y | Y | N | - | - | | ||
| ShortVideo | Y | N | N | - | - | | ||
| Event | Y | N | Y | - | - | | ||
| File | Y | Y | N | - | - | | ||
| OA | N | Y | N | - | - | | ||
|
||
Y:支持,N:不支持,-:待确定(较为可能不支持) | ||
|
||
> 微信消息文档:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140453<br> | ||
> 钉钉消息文档:https://open-doc.dingtalk.com/microapp/serverapi2/al5qyp<br> | ||
|
||
## QQ 技术交流群 | ||
|
||
<img src="https://sdk.weixin.senparc.com/images/QQ_Group_Avatar/NeuChar/QQ-Group.jpg" width="380" /> | ||
|
||
<img src="https://sdk.weixin.senparc.com/images/senparc-logo-500.jpg" /> | ||
|
||
# NeuChar | ||
|
||
Senparc.NeuChar 跨平台信息交互标准。使用 NeuChar 标准可以跨平台兼容不同平台的交互信息设置,一次设置,多平台共享。 | ||
|
||
[](https://mysenparc.visualstudio.com/Senparc%20SDK/_build/latest?definitionId=14) | ||
[](https://www.nuget.org/packages/Senparc.NeuChar) | ||
[](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
|
||
| 名称 | DLL | Nuget | 支持 .NET 版本 | ||
|---------|---------------------|---------------------------------------------------------------------------------------|-------------------------------------- | ||
| NeuChar | Senparc.NeuChar.dll | [![Senparc.NeuChar][1.1]][1.2] [![Senparc.NeuChar][nuget-img-base]][nuget-url-base] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
| NeuChar.App | Senparc.NeuChar.App.dll | [![Senparc.NeuChar.App][2.1]][2.2] [![Senparc.NeuChar.App][nuget-img-base-app]][nuget-url-base-app] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
| NeuChar.AspNet | Senparc.NeuChar.AspNet.dll | [![Senparc.NeuChar.AspNet.App][2.1]][2.2] [![Senparc.NeuChar.App][nuget-img-base-app]][nuget-url-base-app] | ![.NET 4.6.2][net462Y] ![.NET Core][coreY] ![.NET 8][net8Y] | ||
|
||
|
||
[1.1]: https://img.shields.io/nuget/v/Senparc.NeuChar.svg?style=flat | ||
[1.2]: https://www.nuget.org/packages/Senparc.NeuChar | ||
[2.1]: https://img.shields.io/nuget/v/Senparc.NeuChar.App.svg?style=flat | ||
[2.2]: https://www.nuget.org/packages/Senparc.NeuChar.App | ||
|
||
|
||
[net462Y]: https://img.shields.io/badge/4.6.2-Y-brightgreen.svg | ||
[net462N]: https://img.shields.io/badge/4.6.2-N-lightgrey.svg | ||
[coreY]: https://img.shields.io/badge/.NET%20Core-Y-brightgreen.svg | ||
[coreN]: https://img.shields.io/badge/.NET%20Core-N-lightgrey.svg | ||
[coreN-]: https://img.shields.io/badge/.NET%20Core----lightgrey.svg | ||
[net8Y]: https://img.shields.io/badge/.NET%208.0-Y-brightgreen.svg | ||
[net8N]: https://img.shields.io/badge/.NET%208.0-N-lightgrey.svg | ||
|
||
[nuget-img-base]: https://img.shields.io/nuget/dt/Senparc.NeuChar.svg | ||
[nuget-url-base]: https://www.nuget.org/packages/Senparc.NeuChar | ||
|
||
[nuget-img-base-app]: https://img.shields.io/nuget/dt/Senparc.NeuChar.App.svg | ||
[nuget-url-base-app]: https://www.nuget.org/packages/Senparc.NeuChar.App | ||
|
||
## 线上 SaaS 集成服务 | ||
|
||
官网:<a href="https://www.neuchar.com" target="_blank">https://www.neuchar.com</a> | ||
|
||
> https://www.neuchar.com 提供了一整套基于 Senparc.NeuChar 标准的服务平台,同时服务于开发者(提供 App)以及运营者(订阅 App)。<br> | ||
> 开发者提供的一个 App,即可同时被多个平台的运营人员使用;运营人员维护一次信息,即可同时同步到多个平台。 | ||
|
||
|
||
## 如何使用 Nuget 安装? | ||
|
||
* NeuChar Nuget 地址:https://www.nuget.org/packages/Senparc.NeuChar | ||
* 命令: | ||
``` | ||
PM> Install-Package Senparc.NeuChar | ||
``` | ||
|
||
## RequestMsgType 支持(存在)情况 | ||
|
||
| 枚举类型 | 微信<br>公众号 | 钉钉 | QQ公众号 | 头条第三方 | Facebook | | ||
|----------------|-------------------|------------|-------------|--------------|------------| | ||
| Text | Y | Y | Y | - | Y | | ||
| Location | Y | N | Y | - | - | | ||
| Image | Y | Y | - | - | Y | | ||
| Voice | Y | Y | N | - | - | | ||
| Video | Y | N | N | - | - | | ||
| Link | Y | Y | N | - | - | | ||
| ShortVideo | Y | N | N | - | - | | ||
| Event | Y | N | Y | - | - | | ||
| File | Y | Y | N | - | - | | ||
| OA | N | Y | N | - | - | | ||
|
||
Y:支持,N:不支持,-:待确定(较为可能不支持) | ||
|
||
> 微信消息文档:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140453<br> | ||
> 钉钉消息文档:https://open-doc.dingtalk.com/microapp/serverapi2/al5qyp<br> | ||
|
||
## QQ 技术交流群 | ||
|
||
<img src="https://sdk.weixin.senparc.com/images/QQ_Group_Avatar/NeuChar/QQ-Group.jpg" width="380" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<!--<Net35FrameworkPathOverride>$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client;$(WINDIR)\Microsoft.NET\Framework\v2.0.50727</Net35FrameworkPathOverride>--> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>false</EmbedUntrackedSources> | ||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!--<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" version="16.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="IDisposableAnalyzers" Version="2.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference>--> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<LangVersion>latest</LangVersion> | ||
<!--<Net35FrameworkPathOverride>$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client;$(WINDIR)\Microsoft.NET\Framework\v2.0.50727</Net35FrameworkPathOverride>--> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>false</EmbedUntrackedSources> | ||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!--<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" version="16.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="IDisposableAnalyzers" Version="2.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference>--> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
#region Apache License Version 2.0 | ||
/*---------------------------------------------------------------- | ||
Copyright 2021 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file | ||
except in compliance with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under the | ||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, | ||
either express or implied. See the License for the specific language governing permissions | ||
and limitations under the License. | ||
Detail: https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md | ||
----------------------------------------------------------------*/ | ||
#endregion Apache License Version 2.0 | ||
|
||
namespace Senparc.NeuChar.App.AppStore | ||
{ | ||
//public static class Api | ||
//{ | ||
// public static IResponseMessageBase Request(IMessageHandler messageHandler, DeveloperInfo developerInfo, string xml) | ||
// { | ||
// var responseMessage = MessageAgent.RequestWeiweihiResponseMessage(messageHandler, developerInfo.WeiweihiKey, messageHandler.RequestMessage as RequestMessageBase); | ||
|
||
// return responseMessage; | ||
// } | ||
//} | ||
} | ||
#region Apache License Version 2.0 | ||
/*---------------------------------------------------------------- | ||
Copyright 2021 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file | ||
except in compliance with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under the | ||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, | ||
either express or implied. See the License for the specific language governing permissions | ||
and limitations under the License. | ||
Detail: https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md | ||
----------------------------------------------------------------*/ | ||
#endregion Apache License Version 2.0 | ||
|
||
namespace Senparc.NeuChar.App.AppStore | ||
{ | ||
//public static class Api | ||
//{ | ||
// public static IResponseMessageBase Request(IMessageHandler messageHandler, DeveloperInfo developerInfo, string xml) | ||
// { | ||
// var responseMessage = MessageAgent.RequestWeiweihiResponseMessage(messageHandler, developerInfo.WeiweihiKey, messageHandler.RequestMessage as RequestMessageBase); | ||
|
||
// return responseMessage; | ||
// } | ||
//} | ||
} |
Oops, something went wrong.