初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayOpenPublicShortlinkCreateResponse.
|
||||
/// </summary>
|
||||
public class AlipayOpenPublicShortlinkCreateResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 生成的带参推广短链接
|
||||
/// </summary>
|
||||
[JsonProperty("shortlink")]
|
||||
public string Shortlink { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user