This commit is contained in:
Faker
2022-05-09 09:58:56 +08:00
parent 1395f13a84
commit 5754bc115a
15 changed files with 1424 additions and 47 deletions

View File

@@ -3,7 +3,6 @@
* cron: 15 8,20 * * *
*/
import axios from 'axios';
import USER_AGENT, {requireConfig, wait, o2s, getshareCodeHW, post} from './TS_USER_AGENTS'
interface ShareCode {
@@ -131,6 +130,7 @@ let cookie: string = '', UserName: string = '', res: any = '', message: string =
} else if (res.data.bizCode === '108') {
console.log('上限')
break
} else if (res.data.bizCode === '109') {
} else if (res.data.bizCode === '2001') {
console.log('黑号')
break