接口文件
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayOpenAppXwbtestBatchqueryResponse.
|
||||
/// </summary>
|
||||
public class AlipayOpenAppXwbtestBatchqueryResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 1
|
||||
/// </summary>
|
||||
[JsonProperty("xwb")]
|
||||
public string Xwb { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user