Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/AlipayConstants.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +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";
}
}