first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
# POST http://127.0.0.1:3000/api/json/agent/info HTTP/1.1
# Content-Type: application/x-www-form-urlencoded
# id=27464
# POST https://www.tujidao.com/index.php?m=Api&c=Biaoqian&a=tulist&id=253&p=1 HTTP/1.1
# Content-Type: application/x-www-form-urlencoded
# POST http://127.0.0.1:3000/api/json/agent/recently HTTP/1.1
# Content-Type: application/x-www-form-urlencoded
# page=1
# POST http://127.0.0.1:3000/api/json/register HTTP/1.1
# content-type: application/json
# {
# "userphone": "15155145351",
# "userpwd": "lb714500."
# }
# POST http://127.0.0.1:3000/api/json/login HTTP/1.1
# content-type: application/json
# {
# "username": "13666062265",
# "userpwd": "123456"
# }
# POST http://127.0.0.1:3000/api/json/agentreg HTTP/1.1
# content-type: application/json
# {
# "userphone": "13666062265",
# "userpwd": "123456",
# "agentcode": "#%tg^&*%",
# "userweixin": "xy7145"
# }
# POST http://127.0.0.1:3000/api/json/freeUse HTTP/1.1
# content-type: application/json
# {
# "objectId": "fb66d99779"
# }
# POST http://127.0.0.1:3000/api/json/placeOrder HTTP/1.1
# content-type: application/json
# {
# "objectId": "73d96341a1",
# "vipLevel": "1"
# }
POST http://127.0.0.1:3000/api/json/orderStatus HTTP/1.1
content-type: application/json
{
"objectId": "73d96341a1"
}