写了一个.net版的demo
Re写了一个.net版的demo
JsAPI.cs里面有一句话不对:
string signature = FormsAuthentication.HashPasswordForStoringInConfigFile(string1, 'SHA1').ToLower();
应该是
signature = FormsAuthentication.HashPasswordForStoringInConfigFile(string1, 'SHA1').ToLower();
赞0
踩0