UnionPayResult

data class UnionPayResult(success: Boolean, message: String?)

银联支付结果

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(success: Boolean, message: String?)

Functions

Link copied to clipboard

结果信息

Link copied to clipboard

是否成功