初始化仓库
This commit is contained in:
21
vendor/alipaysdk/easysdk/csharp/AlipayEasySDK/Payment/Page/Models/AlipayTradePagePayResponse.cs
vendored
Normal file
21
vendor/alipaysdk/easysdk/csharp/AlipayEasySDK/Payment/Page/Models/AlipayTradePagePayResponse.cs
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
// This file is auto-generated, don't edit it. Thanks.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
using Tea;
|
||||
|
||||
namespace Alipay.EasySDK.Payment.Page.Models
|
||||
{
|
||||
public class AlipayTradePagePayResponse : TeaModel {
|
||||
/// <summary>
|
||||
/// 订单信息,Form表单形式
|
||||
/// </summary>
|
||||
[NameInMap("body")]
|
||||
[Validation(Required=true)]
|
||||
public string Body { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user