Esempio n. 1
0
 /**
  * 发帖子
  *
  * @param post (uid、title、catalog、content、isNoticeMe)
  * @return
  * @throws AppException
  */
 public Result pubPost(Post post) throws AppException {
   return ApiClient.pubPost(this, post);
 }