Words
0
Reading
0 min
Listen
Play
8M
let author = "lemooljiang"
let query = { limit : 30, start_author: author, start_permlink: ""}
hive.api.getDiscussionsByComments(query, function(err, result) {
console.log(265, err, result)
}
let author = "lemooljiang"
let query = { limit : 30, start_author: author, start_permlink: ""}
hive.api.getDiscussionsByComments(query, function(err, result) {
console.log(265, err, result)
}
RE: Hivejs开发实战指南