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