Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/AlipayConstants.cs

11 lines
283 B
C#
Raw Normal View History

2020-10-07 20:25:03 +08:00
namespace Alipay.AopSdk.Core
{
public class AlipayConstants
{
public const string RESPONSE_SUFFIX = "_response";
public const string ERROR_RESPONSE = "error_response";
public const string SIGN = "sign";
public const string ENCRYPT_NODE_NAME = "response_encrypted";
}
}