大量更新
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Szmedi.AIScriptRunner.Services
|
||||
{
|
||||
// 2. 用 BouncyCastle 加密
|
||||
var encrypted = RSAHelper.EncryptByJavaKey(pubKeyVO.Data.PublicKey, $"{password}");
|
||||
|
||||
|
||||
var jsonData = $"{{\"accountName\":\"{username}\",\"password\":\"{encrypted}\",\"uuid\":\"{pubKeyVO.Data.UUID}\",\"appVersion\":\"newversion\"}}";
|
||||
// 3. 发送登录请求
|
||||
var respones = GetStreamReader(Settings.Default.LoginUrl, jsonData);
|
||||
|
||||
Reference in New Issue
Block a user