Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

建议将请求结果的log 转json 进行输出,格式比较清晰,在加上输出请求的url和参数比较好 #63

@Geoege-xll

Description

@Geoege-xll

NSData * data = [NSJSONSerialization dataWithJSONObject:responseObject options:NSJSONWritingPrettyPrinted error:nil];
NSString *jcString = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
JCLog(@"=============请求结果:\n%@",jcString);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions