NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Framework/Net/PostHeader.Key.cs

18 lines
377 B
C#
Raw Normal View History

2025-03-18 18:40:56 +08:00
using System.Collections;
2025-01-17 13:30:51 +08:00
using System.Collections.Generic;
using UnityEngine;
public partial class PostHeader
{
/// <summary>
2025-03-18 18:40:56 +08:00
/// 加密算法拼接密钥
2025-01-17 13:30:51 +08:00
/// </summary>
static string key = "uUi_UI1oMKWo0VOSN1zme17Z70-FlAv3Lcx2mNhoYe4=";
/// <summary>
2025-03-18 18:40:56 +08:00
/// 头部包含密钥
2025-01-17 13:30:51 +08:00
/// </summary>
static string accessKey = "0SoE48O9sayjkG8J";
}