mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-23 19:21:04 +08:00
mysql plugin ui finish
This commit is contained in:
16
plugin/mysql/API.md
Normal file
16
plugin/mysql/API.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## MySQL Plugin API
|
||||
|
||||
### POST /plugin/mysql/update_passwd/
|
||||
|
||||
Request:
|
||||
|
||||
{
|
||||
"passwd": "123123"
|
||||
}
|
||||
|
||||
No Response.
|
||||
|
||||
Exception:
|
||||
|
||||
* invalid_passwd
|
||||
* not_in_service
|
||||
Reference in New Issue
Block a user