()
| 351 | return encrypt.encrypt(data); |
| 352 | } |
| 353 | get_headers() { |
| 354 | return { |
| 355 | 'Host': 'wxapi.hoolo.tv', |
| 356 | 'Accept': 'application/json, text/javascript, /; q=0.01', |
| 357 | 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; MI 8 Lite Build/QKQ1.190910.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.138 Mobile Safari/537.36;xsb_xiaosatonglu;xsb_xiaosatonglu;1.0.60;native_app;6.5.1', |
| 358 | 'Origin': 'https://tp.hoolo.tv', |
| 359 | 'X-Requested-With': 'com.chinamcloud.wangjie.b87d8fb20e29a0328c6e21045e8b500e', |
| 360 | 'Sec-Fetch-Site': 'same-site', |
| 361 | 'Sec-Fetch-Mode': 'cors', |
| 362 | 'Sec-Fetch-Dest': 'empty', |
| 363 | 'Referer': 'https://tp.hoolo.tv/h5/tlread/index.html', |
| 364 | 'Accept-Encoding': 'gzip, deflate', |
| 365 | 'Accept-Language': 'zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7' |
| 366 | } |
| 367 | |
| 368 | } |
| 369 | } |
| 370 | |
| 371 | async function start() { |
no outgoing calls
no test coverage detected