12345678910111213141516 |
- const api = {
- login_loginCode: '/api/users/loginCode', // 登录
- video_albumList: '/api/album/albumList', // 剧集列表
- video_report: '/api/users/like', // 收藏、浏览数据上报
- video_likeList: '/api/users/likeList', // 收藏、浏览列表
- video_albumDetail: '/api/album/albumDetail',
- my_getService: '/api/customerService/getService', // 获取客服id
- video_getAd: '/api/ad/getAdPlacement', // 广告位id
- video_reportAdStatus: '/api/users/watchAd',
- video_reportAdError: '/api/exception/report',
- }
- export {
- api
- }
|