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

18 lines
578 B
C#
Raw Permalink 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>
/// KoubeiMarketingDataBizadviserMyddsreportQueryResponse.
/// </summary>
public class KoubeiMarketingDataBizadviserMyddsreportQueryResponse : AopResponse
{
/// <summary>
/// result是一个所有结果集合的json串。 result结果集是一个json格式数组 是门店热力图信息 lng: 位置经度 lat:位置维度 cnt会员数量
/// </summary>
[XmlElement("result")]
public string Result { get; set; }
}
}