This commit is contained in:
2025-07-22 15:14:10 +08:00
parent 81c63c1fc9
commit 7f31d9664f
3 changed files with 6 additions and 6 deletions

View File

@@ -26,18 +26,18 @@ namespace MyCode.Project.Infrastructure.JackYun
/// <summary>
/// 在吉客云开放平台上申请的Appekey
/// </summary>
private const string APPKEY = "21578653";
private const string APPKEY = "71030238";//"21578653";
/// <summary>
/// 在吉客云开放平台上申请的AppeSecret
/// </summary>
private const string APPSECRET = "d6ea919cb75a44879fcdbea211066b9c";
private const string APPSECRET = "0fbe36cc4308405cacadf516338be4c8";// "d6ea919cb75a44879fcdbea211066b9c";
/// <summary>
///
/// </summary>
private const string Token = "";
private const string Token = "c5cd87bb574483e8dd6acbf72f577fe0";
/// <summary>
/// 吉客云开放平台网关
/// </summary>