WXPayResult

data class WXPayResult(code: Int, message: String?)

微信支付结果

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(code: Int, message: String?)

Functions

Link copied to clipboard
fun getCode(): Int

结果码

Link copied to clipboard

结果信息

Link copied to clipboard

是否成功