摘要: 1、区分get、post、put、delete private static List<string> _values = new List<string> { "value1", "value2" }; // GET api/values public IEnumerable<string> Ge 阅读全文
posted @ 2021-07-13 16:37 江境纣州 阅读(127) 评论(0) 推荐(0)
摘要: /// <summary> /// 请求信息帮助 /// </summary> public class HttpPostHelper { private static HttpPostHelper m_Helper; /// <summary> /// 单例 /// </summary> publ 阅读全文
posted @ 2021-07-13 13:38 江境纣州 阅读(173) 评论(0) 推荐(0)