(e)
| 270 | $.UA = `jdapp;iPhone;10.0.10;14.3;${randomString(40)};network/wifi;model/iPhone12,1;addressid/3364463029;appBuild/167764;jdSupportDarkMode/0;Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148;supportJDSHWK/1` |
| 271 | } |
| 272 | function randomString(e) { |
| 273 | e = e || 32; |
| 274 | let t = "abcdef0123456789", a = t.length, n = ""; |
| 275 | for (i = 0; i < e; i++) |
| 276 | n += t.charAt(Math.floor(Math.random() * a)); |
| 277 | return n |
| 278 | } |
| 279 | |
| 280 | function TotalBean() { |
| 281 | return new Promise(async resolve => { |
no test coverage detected