public struct Variables: Codable {
let name: String我曾经尝试过codingKey,也尝试过使用错误日志:由于错误,无法解码响应:
Alamofire.AFError.ResponseSerializationFailureReason.decodingFailed(error: Swift.DecodingError.typeMismatch(Swift.Dictionary<Swift</em
在将我的JSON响应映射到模型时,我遇到了一些问题。尽管我从quicktype.io创建了一个模型类,但在打印错误后,它显示了‘类型不匹配’。这是我的模型类。// This file was generated from JSON Schema using quicktype, do not modify it directly.//
/