zhengyiming
2025-06-27 3b32b7055293df1ee7f0170f85820f08c8228b43
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}