steveyg / AnswerHelper

直播答题辅助工具(适用于 冲顶大会/芝士超人/百万赢家/西瓜视频/黄金十秒)
114 stars 47 forks source link

有获取题目的接口提供给你,看看能不能改进 #1

Closed HuuBaa closed 6 years ago

HuuBaa commented 6 years ago

http://htpmsg.jiecaojingxuan.com/msg/current 这个接口,截止2018-1-11是可以直接获取到题目的,比手机出现题目快5秒左右。 可以改进一下。

{
    "code": 0,
    "msg": "成功",
    "data":
    {
        "event":
        {
            "answerTime": 10,
            "desc": "12.2008年在北京举行的是第几届夏季奥林匹克运动会?",
            "displayOrder": 11,
            "liveId": 92,
            "options": "['25','29','30']",
            "questionId": 1053,
            "showTime": 1515590057640,
            "status": 0,
            "type": "showQuestion"
        },
        "type": "showQuestion"
    }
}
steveyg commented 6 years ago

嗯,接口比ocr读取的效率高多了,这里我试下~

steveyg commented 6 years ago

api方式可行,已增加相应代码,感谢~

kun0830 commented 6 years ago

请问这个api是哪个app的API?冲顶大会?

steveyg commented 6 years ago

@kun0830 对,是冲顶大会

steveyg commented 6 years ago

这个api现在还有效吗,好像今天晚上的获取失败

OwO1 commented 6 years ago

我获取也没有。。。。QAQ

chchfee commented 6 years ago

这个接口好像被封了,还有没有新的接口可以用