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