Skip to content

Commit

Permalink
Update 配合wwas调试方式.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 committed Dec 29, 2023
1 parent 5e6ca4a commit 6265f6e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/配合wwas调试方式.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

GET

http://localhost:8001/wifidog/login?gw_address=192.168.1.1&gw_port=1080&gw_id=ABCDEF112233&channel_path=wificoin&ssid=apfree&ip=192.168.1.2&mac=223344556677&url=asdf
http://localhost:8001/wifidog/login?gw_address=192.168.1.1&gw_port=1080&gw_id=ABCDEF112233&channel_path=apfree&ssid=apfree&ip=192.168.1.2&mac=223344556677&url=asdf


2. 调试ping接口

GET

http://localhost:8001/wifidog/ping?gw_id=ABCDEF112233&sys_uptime=1000&sys_memfree=10&sys_load=0.23&nf_conntrack_count=100&cpu_usage=32%&wifidog_uptime=100&online_clients=2&offline_clients=1&ssid=apfree&version=1.23&channel_path=wificoin&wired_passed=0
http://localhost:8001/wifidog/ping?gw_id=ABCDEF112233&sys_uptime=1000&sys_memfree=10&sys_load=0.23&nf_conntrack_count=100&cpu_usage=32%&wifidog_uptime=100&online_clients=2&offline_clients=1&ssid=apfree&version=1.23&channel_path=apfree&wired_passed=0

3. 调试counterV2接口

Expand All @@ -29,10 +29,5 @@ PARAM:
]
}

5. 启用web ssh接口

GET

http://127.0.0.1:8001/wifidog/launch/ssh

6.

0 comments on commit 6265f6e

Please sign in to comment.