示例#1
0
 @View(value = Protocol.Slack, method = "specific")
 public void slackSpecificView(ViewContext ctx, JSONObject data) throws JSONException {
   ctx.getMessage().mergeResponses();
   this.specificView(ctx, data, true);
 }