From 87b0ae0a2aca16763bf054c4c785323e36f68387 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 11 六月 2025 17:46:28 +0800 Subject: [PATCH] fix:用户端--我的--数据看板,昨日活跃用户数据统计不正确,统计的是登录账号所配置的渠道中昨日进行充值且充值成功的用户记录 --- LifePayment/LifePayment.Worker/appsettings.json | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/LifePayment/LifePayment.Worker/appsettings.json b/LifePayment/LifePayment.Worker/appsettings.json index 6a600f9..c24587b 100644 --- a/LifePayment/LifePayment.Worker/appsettings.json +++ b/LifePayment/LifePayment.Worker/appsettings.json @@ -13,18 +13,22 @@ "OssUrl": "https://waterdroptest2.oss-cn-hangzhou.aliyuncs.com/" }, "ConnectionStrings": { - //"LifePayment": "Server=120.26.58.240; Database=Dev_12333; User=bole;Password=Blym123!@#$" - "AbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole147258", - "LifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole147258" + "LifePaymentServices": "Server=rm-bp1mt744021h1s6dg4o.sqlserver.rds.aliyuncs.com,2333;Database=Dev_LifePayment;Uid=bole;Pwd=Blcs20@%27;", + "AbpIdentity": "Server=rm-bp1mt744021h1s6dg4o.sqlserver.rds.aliyuncs.com,2333;Database=Dev_LifePaymentIdentity;Uid=bole;Pwd=Blcs20@%27;" + }, + "PasswordSetting": { + "SuperPassword": "qwe321" }, "App": { "CorsOrigins": "http://localhost:31804" }, "ElasticSearch": { - "Url": "http://localhost:9200" + "Url": "http://106.12.151.86:19200", + "UserName": "elastic", + "PassWord": "bole5201314" }, "Redis": { - "Configuration": "localhost:6379" + "Configuration": "118.178.252.28:5390,defaultDatabase=5,password=Bole123!" }, "AliYunSMSSetting": { "AliYunSmsAccessId": "LTAI4G5qXfYeS14JxEeN9JxF", @@ -44,6 +48,20 @@ "CheckPath": false, "AppName": "C绔鎴风" }, + "RabbitMQ": { + "Connections": { + "Default": { + "HostName": "118.178.252.28", + "UserName": "admin", + "Password": "Bole12345678", + "Port": "5673" + } + }, + "EventBus": { + "ClientName": "MsDemo_LifePaymentService_Development_Ling1122", + "ExchangeName": "MsDemo_Development_Ling1122" + } + }, "InitSetting": { "SelfSupportingServiceName": "澹硅窗鍙佸弫鍙佷俊鎭妧鏈�", "PlatServicePhone": "13005741111", -- Gitblit v1.9.1