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