NewGaoKaoApi/PaymentSDK/AliPay/Response/KoubeiMarketingDataBizadvis...

18 lines
583 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// KoubeiMarketingDataBizadviserMyreportQueryResponse.
/// </summary>
public class KoubeiMarketingDataBizadviserMyreportQueryResponse : AopResponse
{
/// <summary>
/// 不同uniq_key 返回不同参数详细请看https://doc.open.alipay.com/docs/doc.htm?spm=0.0.0.0.1Zq3by&docType=1&articleId=107061&previewCode=F30AA2D06B7CC0817AC7221A8CE288A4
/// </summary>
[XmlElement("result")]
public string Result { get; set; }
}
}