NSData *data = [NSJSONSerialization dataWithJSONObject:info.bdata options:NSJSONWritingPrettyPrinted error:nil];
            NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
            [[FMDataBaseManager shareInstance] insterCustomerDtail:customerId jsonList:jsonStr];

  

相关文章:

  • 2022-01-01
  • 2022-12-23
  • 2021-12-16
  • 2021-05-22
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-11-27
  • 2021-08-16
  • 2021-05-29
  • 2021-11-20
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案