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