Admin-plugin

Api:/api/admin/plugin

Methods:GET, POST, PUT, DELETE

Permission:unlimited

Login auth:Yes

Request and parameters:

  1. """
  2. 插件管理
  3. GET:
  4. 获取所有插件
  5. page:<int>,第几页, 默认1
  6. pre:<int>,每页个数, 默认10
  7. keyword:<str>, 搜索用
  8. POST:
  9. 插件安装
  10. upfile:<file>,上传的插件压缩包
  11. PUT:
  12. 操作插件
  13. action:<str>, start:激活插件 stop:停用插件
  14. name:<str>, 插件名称
  15. :return: