# ZmopSharp **Repository Path**: 2307856559/ZmopSharp ## Basic Information - **Project Name**: ZmopSharp - **Description**: ZMOP SDK for .NET芝麻信用开放平台 SDK - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/JoyMoe/ZmopSharp - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-09-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ZmopSharp: 芝麻信用开放平台 SDK === [![AppVeyor](https://img.shields.io/appveyor/ci/7IN0SAN9/zmopsharp.svg)](https://ci.appveyor.com/project/7IN0SAN9/zmopsharp) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/JoyMoe/ZmopSharp/master/LICENSE) ![net462](https://img.shields.io/badge/.Net-4.6.2-brightgreen.svg) ![netstandard2.0](https://img.shields.io/badge/.Net-netstandard2.0-brightgreen.svg) | 包名 | 版本 | 下载 | | ----------------------- | ---------------------------------------- | ---------------------------------------- | | ZmopSharp.Core | [![NuGet](https://img.shields.io/nuget/v/ZmopSharp.Core.svg)](https://www.nuget.org/packages/ZmopSharp.Core) | [![NuGet](https://img.shields.io/nuget/dt/ZmopSharp.Core.svg)](https://www.nuget.org/packages/ZmopSharp.Core) | | ZmopSharp.Authorization | [![NuGet](https://img.shields.io/nuget/v/ZmopSharp.Authorization.svg)](https://www.nuget.org/packages/ZmopSharp.Authorization) | [![NuGet](https://img.shields.io/nuget/dt/ZmopSharp.Authorization.svg)](https://www.nuget.org/packages/ZmopSharp.Authorization) | | ZmopSharp.Certification | [![NuGet](https://img.shields.io/nuget/v/ZmopSharp.Certification.svg)](https://www.nuget.org/packages/ZmopSharp.Certification) | [![NuGet](https://img.shields.io/nuget/dt/ZmopSharp.Certification.svg)](https://www.nuget.org/packages/ZmopSharp.Certification) | ### 安装 使用 Package Manager Console 或 Nuget. ```powershell PM> Install-Package ZmopSharp.Core PM> Install-Package ZmopSharp.Authorization PM> Install-Package ZmopSharp.Certification ``` ## 待办 * [x] 核心实现(请求、响应、加密解密) * [x] 芝麻授权 * [x] 芝麻认证 * [ ] 芝麻评分 * [ ] 行业关注 * [ ] 芝麻IVS * [ ] 数据反馈 ## 协议 The MIT License 详见 [LICENSE](LICENSE).