server plugin: set version and op in http request query (#1707)

This commit is contained in:
fatedier
2020-03-20 20:53:14 +08:00
committed by GitHub
parent a4b105dedb
commit 809f517db8
3 changed files with 22 additions and 2 deletions

View File

@ -22,7 +22,7 @@ HTTP path can be configured for each manage plugin in frps. We'll assume for thi
A request to the RPC server will look like:
```
POST /handler
POST /handler?version=0.1.0&op=Login
{
"version": "0.1.0",
"op": "Login",