Blame view

netcore/src/Infrastructure/NCC.Pay/Alipay.AopSdk.Core/AlipayConstants.cs 283 Bytes
de2bd2f9   “wangming”   项目初始化
1
2
3
4
5
6
7
8
9
10
11
  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";
  	}
  }