From 8cffc2cde22edfa1378f5d0e7b9780aa31c6e8ba Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 12 六月 2025 14:06:12 +0800 Subject: [PATCH] pref:导出退款订单新增平台订单号 --- LifePayment/LifePayment.Worker/appsettings.json | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Worker/appsettings.json b/LifePayment/LifePayment.Worker/appsettings.json index 4beb47b..c24587b 100644 --- a/LifePayment/LifePayment.Worker/appsettings.json +++ b/LifePayment/LifePayment.Worker/appsettings.json @@ -16,6 +16,9 @@ "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" }, -- Gitblit v1.9.1