first commit
This commit is contained in:
1
rest/.pydio
Normal file
1
rest/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
1f763ce5-f9c5-4f13-abdc-c7576f78325e
|
||||
17
rest/test.http
Executable file
17
rest/test.http
Executable 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
|
||||
}
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user