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