Changes between Version 137 and Version 138 of pclady_modern1.0.0_api


Ignore:
Timestamp:
05/11/2016 02:49:11 PM (10 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pclady_modern1.0.0_api

    v137 v138  
    10311031 
    10321032||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    1033  
    1034 **返回** 
    1035  
    1036 {{{#!java 
    1037  
    1038 { 
    1039     "status": 0, 
    1040     "msg": "请求成功", 
     1033||pageSize||页面大小||int||10||是|| 
     1034||courseId||课程ID||int||10||是|| 
     1035 
     1036**返回** 
     1037 
     1038{{{#!java 
     1039 
     1040{ 
     1041    "status": 0, 
     1042    "msg": "请求成功", 
     1043    "pageNo": 1, 
     1044    "pageSize": 20, 
     1045    "total": 100 
    10411046    "tagList": [{ 
    10421047        "tagId":111, 
     
    10541059            "followTotal":2,//关注人数 
    10551060        } 
    1056     ] 
     1061    ], 
     1062    "data":[{ 
     1063        "tagId":111, 
     1064        "tagName":"标签名" 
     1065        "tagImageUrl":"http://img.pconline.com.cn/7.jpg" 
     1066    }] 
    10571067} 
    10581068