LazyREST
LazyREST copied to clipboard
建议修改http header中的Content-type
建议增加:header('Content-type: application/json'); 因为某些ios的http库,例如:https://github.com/AFNetworking 在读取json时会根据返回的http header判断success或failure
这个问题已经修改了啊?