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