first commit

This commit is contained in:
编码猿
2024-09-27 00:54:11 +08:00
commit 05f12f4187
790 changed files with 149163 additions and 0 deletions

1
rest/.pydio Normal file
View File

@@ -0,0 +1 @@
1f763ce5-f9c5-4f13-abdc-c7576f78325e

17
rest/test.http Executable file
View File

@@ -0,0 +1,17 @@
# POST https://new.schoolpi.net/api/login/prefecture HTTP/1.1
# content-type: application/json
# {
# "longitude": "113.32452",
# "latitude": "23.099994"
# }
POST https://new.schoolpi.net/api/index/index HTTP/1.1
content-type: application/json
{
"province": 28240,
"page": 1
}
###