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