随笔分类 -  Web API

摘要:OAuth打造webapi认证服务 - HackerVirus - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-12-03 13:25 Kyle0418 阅读(44) 评论(0) 推荐(0)
摘要:WebAPI project: UsersViewModel.cs public class UsersViewModel { public int Id { get; set; } public string Name { get; set; } public string PWD { get; 阅读全文
posted @ 2021-11-26 09:41 Kyle0418 阅读(86) 评论(0) 推荐(0)