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

9 lines
170 B
C#

namespace Alipay.AopSdk.Core.Response
{
/// <summary>
/// AlipayUserInfoAuthResponse.
/// </summary>
public class AlipayUserInfoAuthResponse : AopResponse
{
}
}