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

  

相关文章:

  • 2021-07-26
  • 2021-08-08
  • 2021-10-27
  • 2022-01-01
  • 2021-09-04
  • 2021-09-04
  • 2021-11-27
  • 2021-08-19
猜你喜欢
  • 2021-11-14
  • 2018-08-21
  • 2021-11-27
  • 2021-12-10
  • 2021-12-20
  • 2021-11-14
  • 2021-11-14
  • 2021-12-31
相关资源
相似解决方案