点击或拖拽改变大小

AliPayAppPay 方法

APP支付

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void AppPay(
	string appId,
	string orderInfo,
	ComponentOnResultHandler handler
)

参数

appId
类型:SystemString
支付应用编号
orderInfo
类型:SystemString
调用支付宝接口返回的订单信息
handler
类型:Smobiler.Core.ControlsComponentOnResultHandler
回调接口
参见