Admin-static-file

Api:/api/admin/static/file

Methods:GET, POST, PUT, DELETE

Permission:unlimited

Login auth:Yes

Request and parameters:

  1. """
  2. GET:
  3. 1.获取静态文件内容
  4. file_path:<str>,静态文件所在目录
  5. filename:<str>,文件名
  6. 2.获取静态文件名列表
  7. page:<int>, 第几页, 默认1
  8. pre:<int>, 第几页, 默认15
  9. keyword:<str>,关键词搜索用
  10. type:<str>, "all" or "default" or "custom"
  11. PUT:
  12. 编辑静态文件内容
  13. file_path:<str>,静态文件所在目录
  14. filename:<str>,文件名
  15. content:<str>, 内容

*## Api文档说明