lingling
2025-03-17 2708e9794b111b633ab4f67b2a7343e959ebc87f
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}