apiDecoder 
  用于API请求结果反序列化的 Json.
如果为null则会使用一个默认的 Json:
Json {
    isLenient = true
    ignoreUnknownKeys = true
}Content copied to clipboard
用于API请求结果反序列化的 Json.
如果为null则会使用一个默认的 Json:
Json {
    isLenient = true
    ignoreUnknownKeys = true
}