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