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