zhengyuxuan
2025-03-31 18325eda17439bdd76f3b7e3f39cfae312738b2b
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}