This commit is contained in:
2026-07-17 10:36:35 +08:00
parent 019da1589d
commit 04f032203c
10 changed files with 195 additions and 222 deletions
@@ -126,7 +126,7 @@ namespace BingoBrain
if (!json.StartsWith("{"))
{
json = Encoding.UTF8.GetString(Base64Kit_sdk.Decrypt(Encoding.UTF8.GetBytes(json),
json = Encoding.UTF8.GetString(Base64Kit_sdk.DecryptJson(Encoding.UTF8.GetBytes(json),
NetworkManager.packName));
}
Debug.Log("转化后的json" + json);