Methods
(inner) info()
返回站点信息
Example
GET /api/v2/site/info
Object
{
"title": "V2EX",
"slogan": "way to explore",
"description": "创意工作者们的社区",
"domain": "www.v2ex.com"
}"
(inner) stats()
返回站点状态
Example
GET /api/v2/site/stats
Object
{
"topic_max":344143,
"member_max":222394
}"
(inner) topPlayer()
返回站点消费榜
Example
xxx
(inner) topRich()
返回站点财富榜
Example
xxx