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