예제 #1
0
 /**
  * 清空通知消息
  *
  * @param uid
  * @param type 1:@我的信息 2:未读消息 3:评论个数 4:新粉丝个数
  * @return
  * @throws AppException
  */
 public Result noticeClear(int uid, int type) throws AppException {
   return ApiClient.noticeClear(this, uid, type);
 }