|
|
@ -1,5 +1,4 @@ |
|
|
|
using BBWYB.Server.Business; |
|
|
|
using Microsoft.Extensions.Configuration; |
|
|
|
using Newtonsoft.Json; |
|
|
|
using QYMessageCenter.Common.Extensions; |
|
|
|
using QYMessageCenter.Common.Http; |
|
|
@ -7,15 +6,13 @@ using QYMessageCenter.Common.Log; |
|
|
|
using QYMessageCenter.Common.Models; |
|
|
|
using QYMessageCenter.Model.DB; |
|
|
|
using QYMessageCenter.Model.DTO; |
|
|
|
using System.Configuration; |
|
|
|
using System.Threading.Channels; |
|
|
|
using Yitter.IdGenerator; |
|
|
|
|
|
|
|
namespace QYMessageCenter.Business |
|
|
|
{ |
|
|
|
public class MessageBusiness : BaseBusiness, IDenpendency |
|
|
|
{ |
|
|
|
private readonly string Key = "BC-652c4236c6ba4083b026e8cfa2e199b1"; |
|
|
|
private readonly string Key = "BC-8cf10d7731c8417bae1c437818b7f8b3"; |
|
|
|
|
|
|
|
public MessageBusiness(IFreeSql fsql, NLogManager nLogManager, IIdGenerator idGenerator, RestApiService restApiService) : base(fsql, nLogManager, idGenerator, restApiService) |
|
|
|
{ |
|
|
|