忽略dll文件git
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Hncore.Pass.PaymentCenter.WeiFuTong.AliJsPay
|
||||
{
|
||||
[XmlRoot("xml", Namespace = "")]
|
||||
public class AliJsPayResponse: WeiFuTongResponseBase
|
||||
{
|
||||
/// <summary>
|
||||
/// JSON字符串,自行唤起支付宝钱包支付
|
||||
/// </summary>
|
||||
[XmlElement("pay_info")]
|
||||
public string PayInfo { get; set; }
|
||||
}
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Hncore.Pass.PaymentCenter.WeiFuTong.AliJsPay
|
||||
{
|
||||
[XmlRoot("xml", Namespace = "")]
|
||||
public class AliJsPayResponse: WeiFuTongResponseBase
|
||||
{
|
||||
/// <summary>
|
||||
/// JSON字符串,自行唤起支付宝钱包支付
|
||||
/// </summary>
|
||||
[XmlElement("pay_info")]
|
||||
public string PayInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user