内容库
try {
Query query = new Query();
query.put(Content.QUERY_CONTENT_GROUP_ID, "1513076211190694");
PagedList<Content> list = Contents.contents(query);
// 操作成功
} catch (Exception e) {
// 操作失败
}Last updated
Was this helpful?
try {
Query query = new Query();
query.put(Content.QUERY_CONTENT_GROUP_ID, "1513076211190694");
PagedList<Content> list = Contents.contents(query);
// 操作成功
} catch (Exception e) {
// 操作失败
}Last updated
Was this helpful?
Was this helpful?