Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e90b84e24207d13f76249ab87882ff8f0051d483
Authored by
马亚鑫
2019-04-30 14:04:41 +0800
1 parent
e4d95c7a
fix
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
05.互动云/1.8评论-加载朋友圈评论和回复.md
05.互动云/1.9评论-加载评论ForSp.md
05.互动云/1.8评论-加载朋友圈评论和回复.md
View file @
e90b84e
...
...
@@ -75,7 +75,8 @@
75
75
"plat": "a"
76
76
}
77
77
],
78
- "hasNext": "true" (true:有下一页,false:没有下一页)
78
+ "hasNext": "true" (true:有下一页,false:没有下一页),
79
+ "total_columns": "3",
79
80
}
80
81
}
81
82
...
...
05.互动云/1.9评论-加载评论ForSp.md
View file @
e90b84e
...
...
@@ -82,8 +82,7 @@
82
82
"created_at": "2018-12-19 16:53",
83
83
"plat": "a"
84
84
}],
85
- "hasNext": "true",
86
- "total_columns": "5",
85
+ "hasNext": "true"
87
86
}
88
87
}
89
88
...
...