Get user information

Function table: supportGetUserInfo

Example

Swift

Cmds.getUserInfo().send { rs in
if case .success(let obj) = rs {
// Success
// obj is IDOUserInfoPramModel
}else {
// Failure
}
}

Kotlin

Cmds.getUserInfo().send {
if (it.error.code == 0) {
// Success
// it.res is IDOUserInfoPramModel
}else {
// Failure
}
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2025-07-19 16:25:35

results matching ""

    No results matching ""