NewGaoKaoApi/PaymentSDK/AliPay/Response/AlipayUserInfoAuthResponse.cs

13 lines
221 B
C#

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayUserInfoAuthResponse.
/// </summary>
public class AlipayUserInfoAuthResponse : AopResponse
{
}
}