|
@@ -13,7 +13,7 @@ public class LogHelper
|
|
|
private LogHelper()
|
|
|
{ }
|
|
|
|
|
|
- string[] BlackList = { "好哒查询商户审核状态", "好哒查询实名认证状态", "好哒分账交易详情查询", "间连商户开户意愿确认(提交申请单)查询申请单状态-请求参数", "查询支付宝商家认证申请单状态" };
|
|
|
+ string[] BlackList = { "好哒查询商户审核状态", "好哒查询实名认证状态", "好哒分账交易详情查询", "间连商户开户意愿确认(提交申请单)查询申请单状态-请求参数", "查询支付宝商家认证申请单状态", "查询支付宝商户意愿申请状态" };
|
|
|
|
|
|
public void WriteLog(string Content, string FileName, string BrandId = "0")
|
|
|
{
|
|
@@ -25,7 +25,7 @@ public class LogHelper
|
|
|
return;
|
|
|
}
|
|
|
RedisDbconn.Instance.Set(key, "1");
|
|
|
- RedisDbconn.Instance.SetExpire(key, 3600);
|
|
|
+ RedisDbconn.Instance.SetExpire(key, 600);
|
|
|
}
|
|
|
function.WriteLog(Content, FileName);
|
|
|
// Dictionary<string, string> dic = new Dictionary<string, string>();
|