摘要: 转成 Base64 形式的 System.String: string a = "base64字符串与普通字符串互转"; byte[] b = System.Text.Encoding.Default.GetBytes(a); //转成 Base64 形式的 System.String a = Co 阅读全文
posted @ 2020-05-15 10:02 萌橙 阅读(6154) 评论(0) 推荐(0) 编辑
摘要: 两种验证方式 1.客户端post请求 发送代码: var r = WebRequest.Create(param.Url) as HttpWebRequest; //param.AuthorizeCode 验证参数 if (!string.IsNullOrEmpty(param.AuthorizeC 阅读全文
posted @ 2020-05-15 10:00 萌橙 阅读(431) 评论(0) 推荐(0) 编辑