AliAuthResult

class AliAuthResult(rawResult: Map<String, String>?, removeBrackets: Boolean)

参见支付宝支付的demo

Author

Jenly

Follow me

Constructors

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

Properties

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

Functions

Link copied to clipboard

是否成功;判断resultStatus 为"9000"且result_code为"200"则代表授权成功,具体状态码代表含义可参考授权接口文档

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