예제 #1
0
 /**
  * 用户删除收藏
  *
  * @param uid 用户UID
  * @param objid 比如是新闻ID 或者问答ID 或者动弹ID
  * @param type 1:软件 2:话题 3:博客 4:新闻 5:代码
  * @return
  * @throws AppException
  */
 public Result delFavorite(int uid, int objid, int type) throws AppException {
   return ApiClient.delFavorite(this, uid, objid, type);
 }