2020年3月16日

HttpWebRequest调用API

摘要: public void HttpWebRequestPost(){ string responseContent = string.Empty; var userNameAndPwd = new { userNameOrEmailAddress = "admin", password = "admi 阅读全文

posted @ 2020-03-16 16:11 三千世界a 阅读(199) 评论(0) 推荐(0) 编辑

ABP使用基于JWT标准的的Token访问API

摘要: 这里就不详细介绍JWT了,JWT的详细介绍可以查看简书的这篇文章,写得非常详细:http://www.jianshu.com/p/576dbf44b2ae 1.申请Token ABP内部已经为我们实现好了Token的获取和验证。 首先运行项目并访问网址 http://localhost:21744/ 阅读全文

posted @ 2020-03-16 15:59 三千世界a 阅读(2644) 评论(0) 推荐(0) 编辑

导航