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