album = responseObject[@"album"];

是我将一个字典直接赋值给了对象
改为如下即可

[album setValuesForKeysWithDictionary:responseObject[@"album"]];

 

相关文章:

  • 2021-07-28
  • 2021-11-05
  • 2022-12-23
  • 2021-12-28
  • 2021-07-11
  • 2022-12-23
  • 2022-01-25
  • 2021-08-20
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案