Method |
Description |
|
AddAttention ( OauthToken token, long attentionUserKeyId ) : System.Web.Mvc.JsonResult |
|
|
CollectArticle ( OauthToken token, long articleId, int categoryId ) : System.Web.Mvc.JsonResult |
|
|
DeleteCollect ( OauthToken token, long collectId ) : System.Web.Mvc.JsonResult |
|
|
GetAttention ( OauthToken token, long userKeyId, int page = 1, int pageSize = PAGESIZE ) : System.Web.Mvc.JsonResult |
|
|
GetCategorys ( ) : System.Web.Mvc.JsonResult |
|
|
GetCollectArticle ( OauthToken token, int page = 1, int pageSize = PAGESIZE ) : System.Web.Mvc.JsonResult |
|
|
GetCollectArticleCount ( OauthToken token ) : System.Web.Mvc.JsonResult |
|
|
GetMy ( OauthToken token, int categoryId, int page = 1, int pageSize = PAGESIZE ) : System.Web.Mvc.JsonResult |
|
|
GetNoVerify ( OauthToken token, int categoryId, int page = 1, int pageSize = PAGESIZE ) : System.Web.Mvc.JsonResult |
|
|
Publish ( OauthToken token, int categoryId, string title, string content ) : System.Web.Mvc.JsonResult |
|
|
PublishComment ( OauthToken token, long articleId, int articleCategoryId, string content ) : System.Web.Mvc.JsonResult |
|
|
SetCount ( OauthToken token, long articleId, int articleCategoryId, int type ) : System.Web.Mvc.JsonResult |
|
|
UploadImage ( OauthToken token, string content ) : System.Web.Mvc.JsonResult |
|
|