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