获取表盘id

功能表:无

示例

Swift

Cmds.getWatchDialId().send { rs in
    if case .success(let obj) = rs {
        // 成功
        // obj is IDOWatchDialIdModel
    }else {
        // 失败
    }
}

Kotlin

Cmds.getWatchDialId().send {
    if (it.error.code == 0) {
        // 成功
        // it.res is IDOWatchDialIdModel
    }else {
        // 失败
    }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2025-03-17 10:45:25

results matching ""

    No results matching ""