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