import Foundation public struct UnbindResponse: Codable, Equatable { /// 1 = 成功, 0 = 失败 public let success: Int }