💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info] 获取选手列表信息 +++ I9RIA.getvotelist int:page=1#数据页码,分页使用默认1 string:keyword#搜索关键词(编号或名字) string:orderby=vote_count#vote_count人气榜,默认;baoming_time最新报名榜 <<< success { "code": 0, "msg": "\u8bf7\u6c42\u6210\u529f", "data": { "info": [{ "rank": 1, "id": "4", "openid": "otuWJjvQKhb9nn1xL8v-IRrgxct8", "code": "0001", "vote_count": "3", "info": { "name": { "name": "name", "key": "\u59d3\u540d", "value": "\u59d3\u540d" }, "signs": { "name": "signs", "key": "\u7b7e\u540d", "value": "\u7b7e\u540d" }, "photo": { "name": "photo", "key": "\u56fe\u7247", "value": "http:\/\/res.9tech.cn\/201705\/24\/img1936451495609948.png?t=1496816880" } }, "is_help": 0 },], "data_row": 2, "is_share_friend": 0, "participate_number": 4, "counts": 5982457815, "endtime": "1496816880", "is_player": 1, "page": 1 } } <<< error { "code": 1,//失败 "msg": "\u8868\u5355\u9009\u9879\u4fe1\u606f\u83b7\u53d6\u6210\u529f", "data": {} } +++ >[info] 调用示例: ~~~ I9RIA.getvotelist({}, function(res){ console.log(res);}, function(err){console.log(err);}); ~~~