liushijie
2025-03-19 8c2a88496c11ff6c87e0ae60edfedfc58224b9c6
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}