Closty / cx_seat

超星学习通图书馆座位落座、抢座、暂离、取消等api接口
42 stars 12 forks source link

接口无效? #2

Closed keidododo closed 3 years ago

keidododo commented 3 years ago

再已经落座的情况下暂离: {"sucess":false,"msg":"You don't have a seat yet and cannot leave!"} 再已经落座的情况下退座: {"sucess":false,"msg":"You don't have a seat yet and cannot cancel!"} 浏览器直接访问@@

Closty commented 3 years ago

是图书馆的座位预约吗,在超星的页面显示“座位预约”这样的字样

keidododo commented 3 years ago

是的呢.

------------------ 原始邮件 ------------------ 发件人: "Closty/cx_seat" @.>; 发送时间: 2021年10月27日(星期三) 上午9:15 @.>; @.**@.>; 主题: Re: [Closty/cx_seat] 接口无效? (Issue #2)

是图书馆的座位预约吗,在超星的页面显示“座位预约”这样的字样

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

keidododo commented 3 years ago

我们用的应该就是这个,当请求用错误的密码的时候,会返回 {"success":false,"msg":"Unknown error, failed! Mayebe wrong passwd!"} 但是很奇怪,不管activateI_id给什么,都是You don't have a seat ,yex xxxxxx

Closty commented 3 years ago

超星图书馆预约系统有很多种,说明本程序不适合你们学校的预约系统

Closty commented 3 years ago

如果你愿意提供账号密码的话 我可以进行 适配 但也是在我有时间的情况下

Closty commented 3 years ago

这个议题所有人可见 你可以删除 我记下了 有时间会弄

keidododo commented 3 years ago

收到。期待您的好消息@@ 如果有接口,我想试着开发为Python程序,挂在服务器自动签到

Closty commented 3 years ago

专门为你做了另一个接口,其他动作都可以,但是无法预约座位 https://cx_api.ssss.men/cxapi2?active_id=sign&seatId=553&username=这里填入账号&passwd=这里填入密码 其中seatId=553是对应你们学校的,所以该接口仅对你们学校用户有效

keidododo commented 3 years ago

专门为你做了另一个接口,其他动作都可以,但是无法预约座位 https://cx_api.ssss.men/cxapi2?active_id=sign&seatId=553&username=这里填入账号&passwd=这里填入密码 其中seatId=553是对应你们学校的,所以该接口仅对你们学校用户有效

keidododo commented 3 years ago

感谢,我先试试!!! 谢谢,占用您时间,辛苦了。