zhengyuxuan
2025-04-02 75fa678528c66c37c40684cb753986d2e7d256df
1
2
3
4
5
6
7
namespace LifePayment.Domain.Shared
{
    public class WxPaySignAuthenticationDefaults
    {
        public const string AuthenticationScheme = "WxPaySignScheme";
    }
}