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