|
@ -162,7 +162,7 @@ public class MessageService extends BaseService {
|
|
|
|
|
|
JSONObject json = new JSONObject();
|
|
JSONObject json = new JSONObject();
|
|
json.put("consult", consultJson);
|
|
json.put("consult", consultJson);
|
|
json.put("famousConsult", famousConsult);
|
|
|
|
|
|
json.put("famousConsult", famousJson);
|
|
json.put("sign", signJson);
|
|
json.put("sign", signJson);
|
|
json.put("healthIndex", indexJson);
|
|
json.put("healthIndex", indexJson);
|
|
return json;
|
|
return json;
|