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