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