20220928登录接口方法修改
This commit is contained in:
@@ -195,7 +195,7 @@ namespace BLL
|
||||
string clientId = SynchroSet.ClientId;
|
||||
string userName = SynchroSet.UserName;
|
||||
string password = Funs.EncryptionPassword(SynchroSet.Password);
|
||||
string timestamp = string.Format("{0:yyyy-MM-dd HH:mm:ss}", DateTime.Now.AddMinutes(-2));
|
||||
string timestamp = string.Format("{0:yyyy-MM-dd HH:mm:ss}", DateTime.Now.AddMinutes(-3));
|
||||
string sign = Funs.EncryptionPassword(clientId + userName + password + timestamp);
|
||||
var getToken = new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user