Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/Response/AlipayOpenAppPackagetestResponse.cs

16 lines
342 B
C#
Raw Normal View History

2020-10-07 20:25:03 +08:00
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
/// <summary>
/// AlipayOpenAppPackagetestResponse.
/// </summary>
public class AlipayOpenAppPackagetestResponse : AopResponse
{
/// <summary>
/// testtest
/// </summary>
[JsonProperty("testtesttesttest")]
public string Testtesttesttest { get; set; }
}
}