(str)
| 148 | |
| 149 | class UserInfo { |
| 150 | constructor(str) { |
| 151 | this.index = ++userIdx; |
| 152 | this.token = str; |
| 153 | this.ckStatus = true |
| 154 | this.headers = { |
| 155 | 'Authorization': this.token, |
| 156 | 'User-Agent': "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.42(0x18002a2a) NetType/WIFI Language/zh_CNMozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.42(0x18002a2a) NetType/WIFI Language/zh_CN" |
| 157 | } |
| 158 | } |
| 159 | getRandomTime() { |
| 160 | return randomInt(1000, 3000) |
| 161 | } |
nothing calls this directly
no outgoing calls
no test coverage detected