using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayUserTestResponse. /// public class AlipayUserTestResponse : AopResponse { /// /// 返回值 /// [JsonProperty("ret1")] public string Ret1 { get; set; } } }