()
| 303 | } |
| 304 | |
| 305 | async function getDxToken() { |
| 306 | if (process.env.longfor_dx_token) return process.env.longfor_dx_token; |
| 307 | return new MiniDxConstId().generate(); |
| 308 | } |
| 309 | |
| 310 | function ok(code) { |
| 311 | return ["200", "0000", "10000"].includes(String(code)); |