api_project.js 891 B

123456789101112131415161718192021222324
  1. define({
  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. "content": "<p>状态码:<br></p>\n<pre><code>0: 正常\n</code></pre>\n"
  14. },
  15. "sampleUrl": false,
  16. "defaultVersion": "0.0.0",
  17. "apidoc": "0.3.0",
  18. "generator": {
  19. "name": "apidoc",
  20. "time": "2019-11-01T07:54:39.907Z",
  21. "url": "http://apidocjs.com",
  22. "version": "0.17.7"
  23. }
  24. });