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