zhengyiming
4 天以前 83b72e32a89988dd721ef7bc8ea673751092fb4a
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}