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