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