sunpengfei
2025-06-06 92e704206a64f4256e9fd8e9f738d6d3b4c84155
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}