Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/AlipayConstants.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

11 lines
283 B
C#

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";
}
}