项目地址:
https://github.com/netnr/Netnr.Loginhttps://github.com/netnr/np
authorize
接口:https://oapi.dingtalk.com/connect/qrconnect
获取用户授权,即页面跳转登录界面(支持扫码、密码登录两种方式)
GET
请求,得到code
user
接口:https://oapi.dingtalk.com/sns/getuserinfo_bycode
根据code
得到openid
、nick
,POST
请求
Install-Package Netnr.Login
参考项目地址给出的示例代码