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