初始提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// ZolozIdentificationUserWebQueryResponse.
|
||||
/// </summary>
|
||||
public class ZolozIdentificationUserWebQueryResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 扩展结果
|
||||
/// </summary>
|
||||
[XmlElement("extern_info")]
|
||||
public string ExternInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user