2021年4月2日
摘要: /// <summary> /// 32位 小写 MD5加密 /// </summary> public static string MD5(string Str, bool isUpper = false) { var bytes = new MD5CryptoServiceProvider(). 阅读全文
posted @ 2021-04-02 18:00 粗狂的_蜗牛 阅读(608) 评论(0) 推荐(0) 编辑
摘要: public class EdiOFSRestHelper { public string appKey { get { return ""; } } public string appsecret { get { return ""; } } /// <summary> /// 返回结果格式 // 阅读全文
posted @ 2021-04-02 17:55 粗狂的_蜗牛 阅读(107) 评论(0) 推荐(0) 编辑