progress
This commit is contained in:
parent
ba9b07bbf7
commit
0e593030a6
@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"item": [
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "/alive/",
|
"name": "alive",
|
||||||
"item": [
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "Alive.txt",
|
"name": "Alive.txt",
|
||||||
@ -147,7 +147,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "/server/",
|
"name": "server",
|
||||||
"item": [
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "certify.php",
|
"name": "certify.php",
|
||||||
@ -353,7 +353,153 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "/service/",
|
"name": "service",
|
||||||
|
"item": [
|
||||||
|
{
|
||||||
|
"name": "incom",
|
||||||
|
"item": [
|
||||||
|
{
|
||||||
|
"name": "incom.php",
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "https://127.0.0.1/service/incom/incom.php",
|
||||||
|
"protocol": "https",
|
||||||
|
"host": [
|
||||||
|
"127",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"path": [
|
||||||
|
"service",
|
||||||
|
"incom",
|
||||||
|
"incom.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": [
|
||||||
|
{
|
||||||
|
"name": "incom.php",
|
||||||
|
"originalRequest": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "https://127.0.0.1/service/incom/incom.php",
|
||||||
|
"protocol": "https",
|
||||||
|
"host": [
|
||||||
|
"127",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"path": [
|
||||||
|
"service",
|
||||||
|
"incom",
|
||||||
|
"incom.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"status": "OK",
|
||||||
|
"code": 200,
|
||||||
|
"_postman_previewlanguage": "plain",
|
||||||
|
"header": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "text/plain; charset=utf-8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Date",
|
||||||
|
"value": "Sat, 27 May 2023 04:19:15 GMT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Server",
|
||||||
|
"value": "Kestrel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Transfer-Encoding",
|
||||||
|
"value": "chunked"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"cookie": [],
|
||||||
|
"body": "1+1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "incomALL.php",
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "https://127.0.0.1/service/incom/incomALL.php",
|
||||||
|
"protocol": "https",
|
||||||
|
"host": [
|
||||||
|
"127",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"path": [
|
||||||
|
"service",
|
||||||
|
"incom",
|
||||||
|
"incomALL.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"response": [
|
||||||
|
{
|
||||||
|
"name": "New Request",
|
||||||
|
"originalRequest": {
|
||||||
|
"method": "POST",
|
||||||
|
"header": [],
|
||||||
|
"url": {
|
||||||
|
"raw": "https://127.0.0.1/service/incom/incomALL.php",
|
||||||
|
"protocol": "https",
|
||||||
|
"host": [
|
||||||
|
"127",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"path": [
|
||||||
|
"service",
|
||||||
|
"incom",
|
||||||
|
"incomALL.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"status": "OK",
|
||||||
|
"code": 200,
|
||||||
|
"_postman_previewlanguage": "plain",
|
||||||
|
"header": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "text/plain; charset=utf-8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Date",
|
||||||
|
"value": "Sat, 27 May 2023 04:19:38 GMT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Server",
|
||||||
|
"value": "Kestrel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Transfer-Encoding",
|
||||||
|
"value": "chunked"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"cookie": [],
|
||||||
|
"body": "1+1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "respone",
|
||||||
"item": [
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "respone.php",
|
"name": "respone.php",
|
||||||
@ -427,7 +573,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "/game/",
|
"name": "card",
|
||||||
|
"item": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "game",
|
||||||
"item": [
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "info",
|
"name": "info",
|
||||||
|
Loading…
Reference in New Issue
Block a user