add WebQQ support.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$BOT = new Base;
|
||||
$GET = json_decode(file_get_contents("php://input"),true);
|
||||
|
||||
//is group?
|
||||
if ($GET['type'] = 0) {
|
||||
$isgroup = false;
|
||||
}else{
|
||||
$isgroup = true;
|
||||
}
|
||||
|
||||
$from = $GET['uin'];
|
||||
$text = $GET['msg'];
|
||||
Reference in New Issue
Block a user