@@ -139,4 +139,8 @@ public class BaseController {
String userId = identity.substring(PmConstants.USER_SESSION_KEY_PREFIX.length());
return Long.parseLong(userId);
}
+
+ protected void say(){
+ }