apidoc.json 588 B

123456789101112131415
  1. {
  2. "name": "追书云快应用平台接口",
  3. "version": "1.0.0",
  4. "description": "追书云快应用平台接口,除了登录的所有接口都需要传token或者在header头里面加上Authorization,如(Authorization:Bearer eyJ0eXAiOiJKV1QiLCJ****),所有返回的接口都在返回头中都有Authorization,BearerZz之后的内容就是token,即下一次请求时的token",
  5. "title": "追书云快应用平台接口",
  6. "url": "https://kyy.aizhuishu.com/api/",
  7. "template": {
  8. "withCompare": true,
  9. "withGenerator": true
  10. },
  11. "header": {
  12. "title": "概述",
  13. "filename": "header.md"
  14. }
  15. }