摘要: +(NSString *)getIp{ NSError *error;NSURL *ipURL = [NSURL URLWithString:@"http://pv.sohu.com/cityjson?ie=utf-8"]; NSMutableString *ip = [NSMutableString stringWithContentsOfURL:ipURL encoding:... 阅读全文
posted @ 2019-03-30 14:23 新年新气象 阅读(448) 评论(0) 推荐(0)
摘要: +(UIImage *)createInviteImgWithUserCodeStr:(NSString *)userCode{ userCode = [NSString stringWithFormat:@"https://v.16mnc.cn:9999/neighbour-goods/inviteRegist.html?userCode=%@",userCode]; NSSt... 阅读全文
posted @ 2019-03-30 14:22 新年新气象 阅读(442) 评论(0) 推荐(0)