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)); // 构建待签名的字符串。