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