mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-30 15:05:38 +08:00
32 lines
298 B
Markdown
32 lines
298 B
Markdown
## Plan API
|
|
|
|
### POST /plan/subscribe/
|
|
|
|
Request:
|
|
|
|
{
|
|
"plan": "shadowsocks"
|
|
}
|
|
|
|
No Response.
|
|
|
|
Exception:
|
|
|
|
* invaild_plan
|
|
* already_in_plan
|
|
* insufficient_balance
|
|
|
|
### POST /plan/unsubscribe/
|
|
|
|
Request:
|
|
|
|
{
|
|
"plan": "shadowsocks"
|
|
}
|
|
|
|
No Response.
|
|
|
|
Exception:
|
|
|
|
* not_in_plan
|