using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// TmallMcTaskChargeLaunchResponse.
///
public class TmallMcTaskChargeLaunchResponse : TopResponse
{
///
/// 入会页url
///
[XmlElement("result")]
public string Result { get; set; }
}
}