C# Class CRL.Business.OnlinePay.Company.Lianlian.LianlianCompany

Inheritance: CompanyBase
Datei anzeigen Open project: hubro-xx/CRL2

Private Properties

Property Type Description

Public Methods

Method Description
CheckOrder ( IPayHistory order, string &message ) : bool
GetReturn ( System context ) : bool
GetWapAuthReturn ( System context ) : bool
RefundOrder ( IPayHistory order, string &message ) : bool
Submit ( IPayHistory order ) : void
WapAuthNotify ( System context ) : string
WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void

WAP认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付

Protected Methods

Method Description
OnNotify ( System context ) : string

Method Details

CheckOrder() public method

public CheckOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
return bool

GetReturn() public method

public GetReturn ( System context ) : bool
context System
return bool

GetWapAuthReturn() public method

public GetWapAuthReturn ( System context ) : bool
context System
return bool

OnNotify() protected method

protected OnNotify ( System context ) : string
context System
return string

RefundOrder() public method

public RefundOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
return bool

Submit() public method

public Submit ( IPayHistory order ) : void
order IPayHistory
return void

WapAuthNotify() public method

public WapAuthNotify ( System context ) : string
context System
return string

WapAuthSubmit() public method

WAP认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付
public WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void
order IPayHistory
id_no string
acct_name string
card_no string
no_agree string
risk_item string
return void