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