From d40ea96e2749abe2d7ca34c9100f6fc3f6ae8cf5 Mon Sep 17 00:00:00 2001 From: yuyubo <1870149533@qq.com> Date: Tue, 21 Oct 2025 09:29:48 +0800 Subject: [PATCH] token --- .../JackYun/JackyunOpenHttpUtils.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reportapi/MyCode.Project.Infrastructure/JackYun/JackyunOpenHttpUtils.cs b/Reportapi/MyCode.Project.Infrastructure/JackYun/JackyunOpenHttpUtils.cs index 2bf7fdb..7d6fd6b 100644 --- a/Reportapi/MyCode.Project.Infrastructure/JackYun/JackyunOpenHttpUtils.cs +++ b/Reportapi/MyCode.Project.Infrastructure/JackYun/JackyunOpenHttpUtils.cs @@ -30,7 +30,7 @@ namespace MyCode.Project.Infrastructure.JackYun /// /// 在吉客云开放平台上申请的AppeSecret /// - private const string APPSECRET = "0fbe36cc4308405cacadf516338be4c8t";// "d6ea919cb75a44879fcdbea211066b9c"; + private const string APPSECRET = "0fbe36cc4308405cacadf516338be4c8";// "d6ea919cb75a44879fcdbea211066b9c"; private const string customerJackyunUser = "887868"; //吉客云号 @@ -62,7 +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("customerJackyunUser", customerJackyunUser); dic.Add("bizcontent", JsonHelper.ToJson(bizData)); // 构建待签名的字符串。