其中的jsonStr.toJSONString()怎么选择raw类型呢
Request request=Request.create(url,METHOD.POST, jsonStr.toJSONString(), header);
request.setData