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