api.py 627 B

1234567891011121314151617181920212223
  1. #!/usr/bin/env python
  2. # -*- encoding: utf-8 -*-
  3. '''
  4. @Contact : liuyuqi.gov@msn.cn
  5. @Time : 2022/05/23 14:49:22
  6. @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved.
  7. @Desc : API interface for ouchn.
  8. '''
  9. _host = r"http://le.ouchn.cn"
  10. getMessageCode = _host + "/xx"
  11. login = _host + "xx"
  12. # http://le.ouchn.cn/#/courseDetails/CAAA010000040861
  13. # 普通视频
  14. getCommonVideoList = _host + "/api/Course/%s/MicroCourse/Details"
  15. # 兴趣菜单栏接口 GET /api/VisualPage/Channel/interest HTTP/1.1
  16. getInterest = _host + "/api/VisualPage/Channel/interest"
  17. # 需要登录的视频
  18. getVipVideoList = _host + ""