From 6d6afbc92f8b7a5d49ec42645b8dde9235bacb93 Mon Sep 17 00:00:00 2001 From: real-zony Date: Sun, 7 Jan 2024 18:43:45 +0800 Subject: [PATCH] refactor: Removed the test account's keys. --- src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj | 4 ---- .../AbpWeChatMiniProgramTestsConsts.cs | 4 ++-- .../AbpWeChatOfficialTestsConsts.cs | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj b/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj index 0b18a6f..eb7ef5d 100644 --- a/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj +++ b/src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj @@ -20,8 +20,4 @@ - - - - diff --git a/tests/EasyAbp.Abp.WeChat.MiniProgram.Tests/AbpWeChatMiniProgramTestsConsts.cs b/tests/EasyAbp.Abp.WeChat.MiniProgram.Tests/AbpWeChatMiniProgramTestsConsts.cs index ed8b5ef..fbd5a03 100644 --- a/tests/EasyAbp.Abp.WeChat.MiniProgram.Tests/AbpWeChatMiniProgramTestsConsts.cs +++ b/tests/EasyAbp.Abp.WeChat.MiniProgram.Tests/AbpWeChatMiniProgramTestsConsts.cs @@ -2,9 +2,9 @@ namespace EasyAbp.Abp.WeChat.MiniProgram.Tests { public class AbpWeChatMiniProgramTestsConsts { - public const string AppId = "wxe32e0204e9db0b1c"; + public const string AppId = ""; - public const string AppSecret = "19086866683797928dc708f9ec01aa29"; + public const string AppSecret = ""; public const string JsCode = ""; } diff --git a/tests/EasyAbp.Abp.WeChat.Official.Tests/AbpWeChatOfficialTestsConsts.cs b/tests/EasyAbp.Abp.WeChat.Official.Tests/AbpWeChatOfficialTestsConsts.cs index 865a355..2649266 100644 --- a/tests/EasyAbp.Abp.WeChat.Official.Tests/AbpWeChatOfficialTestsConsts.cs +++ b/tests/EasyAbp.Abp.WeChat.Official.Tests/AbpWeChatOfficialTestsConsts.cs @@ -2,8 +2,8 @@ namespace EasyAbp.Abp.WeChat.Official.Tests { public class AbpWeChatOfficialTestsConsts { - public const string AppId = "wxe32e0204e9db0b1c"; + public const string AppId = ""; - public const string AppSecret = "19086866683797928dc708f9ec01aa29"; + public const string AppSecret = ""; } } \ No newline at end of file