| 676 | | ... |
| 677 | | 主题列表 { |
| 678 | | 点赞数 |
| 679 | | 是否已点赞 |
| 680 | | ... |
| 681 | | } |
| 682 | | ... |
| 683 | | } |
| 684 | | }}} |
| 685 | | |
| 686 | | |
| 687 | | ==== 2.1.0 主题终端 ==== |
| | 681 | "forum": { |
| | 682 | "bbs": 19, |
| | 683 | "forumId": 14674, |
| | 684 | "name": "嘉年华论坛", |
| | 685 | "parentId": 298 |
| | 686 | }, |
| | 687 | "message": "操作成功", |
| | 688 | "pageNo": 1, |
| | 689 | "pageSize": 50, |
| | 690 | "topicList": [ |
| | 691 | { |
| | 692 | "author": { |
| | 693 | "isVip": true, |
| | 694 | "name": "xhchen", |
| | 695 | "nickname": "ok呀", |
| | 696 | "userId": 63145, |
| | 697 | "userface": "http://i6.3conline.com/images/upload/upc/face/63/14/5/63145_100x100", |
| | 698 | "validBrandIcon": "http://img0.pcauto.com.cn/pcauto/1112/07/1743776_ACS5050.png" |
| | 699 | }, |
| | 700 | "content": "正文[表情]下一个呢[表情]后面就是上传的图片了\n\n\n\n", |
| | 701 | "createAt": 1431941116000, |
| | 702 | "images": [ |
| | 703 | { |
| | 704 | "height": 720, |
| | 705 | "seq": 1, |
| | 706 | "url": "http://test745.pcauto.com.cn:9191/bbs6/1502/16/c0/3474270_1424050883042_1024x1024.jpg", |
| | 707 | "width": 482 |
| | 708 | } |
| | 709 | ], |
| | 710 | "imagesSize": 1, |
| | 711 | "isPick": false, |
| | 712 | "lastpostAt": 1431941116000, |
| | 713 | "replyCount": 0, |
| | 714 | "title": "普通贴", |
| | 715 | "topicId": 7808734, |
| | 716 | "uri": "http://localhost.pcauto.com.cn/bbs7/topic-7808734.html" |
| | 717 | dynaInfoId:动态ID |
| | 718 | praiseCount:赞数 |
| | 719 | postCount:评论数 |
| | 720 | isPraise:是否赞(0:未赞,1:已赞) |
| | 721 | }, |
| | 722 | ] |
| | 723 | "total": 18048, |
| | 724 | code : 0成功,-1失败 |
| | 725 | message : 提示信息 |
| | 726 | version : 接口版本号如1.0,1.0(latest)表示最新版本 |
| | 727 | } |
| | 728 | |
| | 729 | 应用端接口 |
| | 730 | 1.2.3 车友圈主题列表 |
| | 731 | 接口/appapi/1/forum/listTopicsByForumId.do [GET] |
| | 732 | 1.1.5 获取主题对应的动态ID |
| | 733 | 接口/appapi/1.0/forum/getDynaByTopicId.do [GET] |
| | 734 | |
| | 735 | }}} |
| | 736 | |
| | 737 | |
| | 738 | ==== 2.4 主题终端 ==== |