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