接口文件
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayPlatformUseridGetResponse.
|
||||
/// </summary>
|
||||
public class AlipayPlatformUseridGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// id字典,key为openId,value为userId
|
||||
/// </summary>
|
||||
[JsonProperty("dict")]
|
||||
public string Dict { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user