toggle menu
AppPay
androidJvm
switch theme
search in API
alipay
/
com.king.pay.alipay
/
AliPayResult
Ali
Pay
Result
open
class
AliPayResult
参见支付宝支付的demo
Author
Jenly
Follow me
Members
Constructors
Ali
Pay
Result
Link copied to clipboard
constructor
(
rawResult
:
Map
<
String
,
String
>
)
Properties
memo
Link copied to clipboard
open
val
memo
:
String
result
Link copied to clipboard
open
val
result
:
String
result
Status
Link copied to clipboard
open
val
resultStatus
:
String
Functions
is
Success
Link copied to clipboard
open
fun
isSuccess
(
)
:
Boolean
是否成功;判断resultStatus 为9000则代表支付成功;该笔订单是否真实支付成功,需要依赖服务端的异步通知。
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String