Update README.md

This commit is contained in:
Zapic 2020-12-14 14:30:12 +08:00 committed by GitHub
parent a81ec91fa1
commit 42b8b6308f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -1,2 +1,16 @@
# MCBBSAutoSignIn
MCBBS自动签到脚本
-----------------------------
代码已经去除人机验证通过部分,需要自行补全.
实现:
```php
function passGeeTest(...):array {}
```
其中:
```php
array(
[0] => "challenge",
[1] => "validate result"
)
```