|
@@ -109,7 +109,7 @@ DELETE
|
|
|
'code':200,
|
|
|
'msg':'success'
|
|
|
'data':{
|
|
|
- 'recs':[
|
|
|
+ 'list':[
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
@@ -159,12 +159,13 @@ GET
|
|
|
'data':{
|
|
|
'auth':1,
|
|
|
'collected':1,
|
|
|
- 'breadcrumb':'xxx',
|
|
|
- 'recs':[
|
|
|
+ 'breadCrumb':'xxx',
|
|
|
+ 'list':[
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
|
- 'name':'xxx',
|
|
|
+ 'title':'xxx',
|
|
|
+ 'subTitle': 'xxx'
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -195,6 +196,7 @@ GET
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
|
'title':'xxx',
|
|
|
+ 'subTitle': 'xxx',
|
|
|
'digest':'xxx',
|
|
|
'detail':'xxxx',
|
|
|
'auth':1,
|
|
@@ -226,7 +228,7 @@ GET
|
|
|
'code':200,
|
|
|
'msg':'success'
|
|
|
'data':{
|
|
|
- 'recs':[
|
|
|
+ list':[
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
@@ -260,9 +262,9 @@ GET
|
|
|
'code':'xxx',
|
|
|
'title':'xxx',
|
|
|
'detail':'xxxx',
|
|
|
- 'coverUrl':'http://xxx',
|
|
|
+ 'coverUrl':'/resource/b.jpg',
|
|
|
'imgList':[
|
|
|
- 'http://xxx',
|
|
|
+ '/resource/a.jpg',
|
|
|
...
|
|
|
]
|
|
|
'goods':[
|
|
@@ -277,7 +279,7 @@ GET
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
|
- 'coverUrl':'http://xx',
|
|
|
+ 'coverUrl':'/xx/x.jpg',
|
|
|
}
|
|
|
],
|
|
|
'relatedCourses':[
|
|
@@ -285,6 +287,7 @@ GET
|
|
|
'id':'xxxx',
|
|
|
'code':'xxx',
|
|
|
'title':'xxx',
|
|
|
+ 'subTitle': 'xxx',
|
|
|
}
|
|
|
],
|
|
|
}
|
|
@@ -306,7 +309,7 @@ GET
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
|
'title':'xxx',
|
|
|
- 'recs':[
|
|
|
+ 'list':[
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'code':'xxx',
|
|
@@ -339,23 +342,13 @@ GET
|
|
|
|
|
|
```
|
|
|
/tagGroup/<groupCode>
|
|
|
-{
|
|
|
- 'showFirstPageSize':20,
|
|
|
-}
|
|
|
返回
|
|
|
{
|
|
|
'code':200,
|
|
|
'msg':'success'
|
|
|
'data':{
|
|
|
'name':'xxx',
|
|
|
- 'showFirst':{
|
|
|
- "tagId": "xxx",
|
|
|
- "recs": [
|
|
|
- {...},
|
|
|
- ...
|
|
|
- ]
|
|
|
- },
|
|
|
- 'recs':[
|
|
|
+ 'list':[
|
|
|
{
|
|
|
'id':'xxxx',
|
|
|
'name':'xxx',
|
|
@@ -384,14 +377,14 @@ GET
|
|
|
'totalNum':50,
|
|
|
'pageNum':'xxx',
|
|
|
'pageSize':20,
|
|
|
- 'recs':[
|
|
|
+ 'list':[
|
|
|
{
|
|
|
'id':'xxx',
|
|
|
'type':'COURSE',
|
|
|
'code':'xxx',
|
|
|
'title':'xxx',
|
|
|
'subTitle':'xxx',
|
|
|
- 'coverUrl':'http://xxx',
|
|
|
+ 'coverUrl':'/xxx/b.jpg',
|
|
|
'goods':[
|
|
|
{
|
|
|
'id':'xxx',
|