(code)
| 308 | } |
| 309 | |
| 310 | function ok(code) { |
| 311 | return ["200", "0000", "10000"].includes(String(code)); |
| 312 | } |
| 313 | |
| 314 | function tokenError(error) { |
| 315 | return /token|登录|授权|未登录|801007|900005|900006/i.test(String(error?.message || error)); |
no outgoing calls
no test coverage detected