예제 #1
0
 /**
  * 发动弹
  *
  * @param Tweet -uid & msg & image
  * @return
  * @throws AppException
  */
 public Result pubTweet(Tweet tweet) throws AppException {
   return ApiClient.pubTweet(this, tweet);
 }