ArticleContentInfoController根据文章id获取文章内容增加浏览次数
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,6 +13,6 @@ | @@ -13,6 +13,6 @@ | ||
13 | 13 | ||
14 | ## 3、 sns模块业务处理过程 ## | 14 | ## 3、 sns模块业务处理过程 ## |
15 | 15 | ||
16 | - 服务入口:com.yoho.yhsns.guang.restapi.ArticleDoorRest的getArticleContentForIdClientType()方法; | 16 | + 服务入口:"/ArticleDoorRest/getArticleContentForIdClientType",com.yoho.yhsns.guang.restapi.ArticleDoorRest的getArticleContentForIdClientType()方法; |
17 | 入口数据:ArticleContentReqBO中的文章内容请求参数:article_id和client_type; | 17 | 入口数据:ArticleContentReqBO中的文章内容请求参数:article_id和client_type; |
18 | 处理过程:通过调用IArticleService类中的getArticleContentForIdClientType()方法,根据文章id号从数据库表article中获取文章内容,并且访问数据库表article,将该表字段browse值加1,即增加浏览次数,返回封装的ArticleRspBO对象. | 18 | 处理过程:通过调用IArticleService类中的getArticleContentForIdClientType()方法,根据文章id号从数据库表article中获取文章内容,并且访问数据库表article,将该表字段browse值加1,即增加浏览次数,返回封装的ArticleRspBO对象. |
-
Please register or login to post a comment