C# Class Cedar.Foundation.WeChat.WxPay.Business.NativePay

Show file Open project: Chinaccn/surfboard Class Usage Examples

Public Methods

Method Description
GetPayUrl ( NativePayData payData ) : JResult

生成直接支付url,支付url有效期为2小时,模式二

GetPrePayUrl ( string productId ) : string
NativePay ( ) : System.Collections.Generic

Private Methods

Method Description
ToUrlParams ( object>.SortedDictionary map ) : string

Method Details

GetPayUrl() public method

生成直接支付url,支付url有效期为2小时,模式二
public GetPayUrl ( NativePayData payData ) : JResult
payData Cedar.Foundation.WeChat.WxPay.Business.WxPay.Entity.NativePayData
return Cedar.Framework.Common.BaseClasses.JResult

GetPrePayUrl() public method

public GetPrePayUrl ( string productId ) : string
productId string
return string

NativePay() public method

public NativePay ( ) : System.Collections.Generic
return System.Collections.Generic