Files
juipnet/Services/Hncore.Pass.PaymentCenter/Response/WechatJsPayCreateOrderResponse.cs

10 lines
266 B
C#
Raw Normal View History

2020-10-07 20:25:03 +08:00
namespace Hncore.Pass.PaymentCenter.Response
{
public class WechatJsPayCreateOrderResponse
{
/// <summary>
/// 原生态js支付信息或小程序支付信息
/// </summary>
public string PayInfo { get; set; }
}
}