C# Class Demo.Payment

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: hiihellox10/ICanPay

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CreateAlipayOrder ( ) : void

创建支付宝的支付订单

CreateTenpayOrder ( ) : void
CreateWeChatPaymentOrder ( ) : void

创建微信的支付订单

CreateYeepayOrder ( ) : void

创建易宝的支付订单

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void