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