AliPayResult

class AliPayResult(rawResult: Map<String, String>?)

参见支付宝支付的demo

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(rawResult: Map<String, String>?)

Properties

Link copied to clipboard
var memo: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

是否成功;判断resultStatus 为9000则代表支付成功;该笔订单是否真实支付成功,需要依赖服务端的异步通知。

Link copied to clipboard
open override fun toString(): String