Merge commit '542106344cdc9a1dc92e19de51e19117fedcad33'

# Conflicts:
#	public/tests/hook.php
This commit is contained in:
hellcat 2025-03-27 20:13:24 +08:00
commit 4c4fd9b7b3
19 changed files with 44 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View File

43
public/gettghook.txt Executable file
View File

@ -0,0 +1,43 @@
{
"update_id": 761180833,
"message": {
"message_id": 604,
"from": {
"id": 7740568271,
"is_bot": false,
"first_name": "sakai",
"username": "gemcode_business",
"language_code": "zh-hans"
},
"chat": {
"id": -4668400285,
"title": "sakai & gembox_sakai",
"type": "group",
"all_members_are_administrators": true
},
"date": 1742624041,
"new_chat_photo": [
{
"file_id": "AgACAgQAAxkBAAICXGfeVSkU_rLEyuokgOAqXQWd8dv0AAJ1yTEbcA_xUggQGCKI2TIuAQADAgADYQADNgQ",
"file_unique_id": "AQADdckxG3AP8VIAAQ",
"file_size": 1309,
"width": 160,
"height": 160
},
{
"file_id": "AgACAgQAAxkBAAICXGfeVSkU_rLEyuokgOAqXQWd8dv0AAJ1yTEbcA_xUggQGCKI2TIuAQADAgADYgADNgQ",
"file_unique_id": "AQADdckxG3AP8VJn",
"file_size": 3267,
"width": 320,
"height": 320
},
{
"file_id": "AgACAgQAAxkBAAICXGfeVSkU_rLEyuokgOAqXQWd8dv0AAJ1yTEbcA_xUggQGCKI2TIuAQADAgADYwADNgQ",
"file_unique_id": "AQADdckxG3AP8VIB",
"file_size": 5842,
"width": 640,
"height": 640
}
]
}
}

View File

@ -20,7 +20,7 @@ $oHttp->aData = [
'message' => [
'message_id' => 1,
'from' => [
'id' => 987654321,
'id' => 7740568271,
'is_bot' => false,
'first_name' => 'John',
'last_name' => 'Doe',

0
public/tests/include/head.php Normal file → Executable file
View File

0
public/tests/test.php Normal file → Executable file
View File