using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayPlatformUseridGetResponse. /// public class AlipayPlatformUseridGetResponse : AopResponse { /// /// id字典,key为openId,value为userId /// [JsonProperty("dict")] public string Dict { get; set; } } }