This commit is contained in:
2025-10-18 16:00:56 +08:00
parent ed739fb8c6
commit dc05bb5cc5
3 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ namespace MyCode.Project.Infrastructure.JackYun
/// 在吉客云开放平台上申请的AppeSecret
/// </summary>
private const string APPSECRET = "0fbe36cc4308405cacadf516338be4c8t";// "d6ea919cb75a44879fcdbea211066b9c";
private const string customerJackyunUser = "887868"; //吉客云号
/// <summary>
@@ -62,6 +62,7 @@ namespace MyCode.Project.Infrastructure.JackYun
dic.Add("version", version);
dic.Add("contenttype", "json");
dic.Add("timestamp", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
dic.Add("customerJackyunUser", customerJackyunUser);
dic.Add("bizcontent", JsonHelper.ToJson(bizData));
// 构建待签名的字符串。