2017-02-15 53 views

回答

0

传递一个HashMap来查询。

HashMap<String,String> sendKey=new HashMap<>; 
sendKey.put("yourKey","yourValue"); 
yourApiInterface.getMentor(new JSONObject(sendKeyValue).toString()).new CallBack<OneMentorResponse response>{} 

并执行响应和失败方法。 ,并且按照您的方式传递您的标题。