using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AntMerchantExpandImageUploadResponse.
///
public class AntMerchantExpandImageUploadResponse : AopResponse
{
///
/// 图片在sfs中的标识
///
[JsonProperty("image_id")]
public string ImageId { get; set; }
}
}