Files
juipnet/Infrastructure/ServiceClient/PaymentCenterClient/Response/WechatJsPayCreateOrderResponse.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

10 lines
246 B
C#

namespace Hncore.Payment.Response
{
public class WechatJsPayCreateOrderResponse
{
/// <summary>
/// 原生态js支付信息或小程序支付信息
/// </summary>
public string PayInfo { get; set; }
}
}