摘要: //// LPAFRequest.h// loopdiner//// Created by yl on 15/11/23.// Copyright © 2015年 yl. All rights reserved.//#import @class AFHTTPRequestOperation;... 阅读全文
posted @ 2015-12-15 18:06 YouNeedCourage 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 向服务器传数据时有时候,有时需要调试接口,后台就会问我们要json数据,这时我们需要将我们要上传的字典转换为json字符串。+ (NSString *)getJsonStringWithDict:(NSDictionary *)dict { NSData *jsonData = [NSJSONSe... 阅读全文
posted @ 2015-12-15 18:05 YouNeedCourage 阅读(1530) 评论(0) 推荐(0) 编辑