你的提交信息

This commit is contained in:
xiahe93 2025-03-27 19:56:30 +08:00
parent 74f61921b3
commit 542106344c
19 changed files with 45 additions and 2 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' => [
'message_id' => 1, 'message_id' => 1,
'from' => [ 'from' => [
'id' => 987654321, 'id' => 7740568271,
'is_bot' => false, 'is_bot' => false,
'first_name' => 'John', 'first_name' => 'John',
'last_name' => 'Doe', 'last_name' => 'Doe',
@ -35,7 +35,7 @@ $oHttp->aData = [
'type' => 'private' 'type' => 'private'
], ],
'date' => 1610000000, 'date' => 1610000000,
'text' => 'reply 2' 'text' => '/nodeLike_name 美国01'
] ]
]; ];

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

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