跳转至

Api地址和规则

BaseUrl

开发:https://api.dev.medipath.com.cn

测试:https://api.eq.medipath.com.cn

生产:https://api.medipath.com.cn

接口

Graphql:{BaseUrl}/api/services/{service}/actions/graphql

Restful:{BaseUrl}/api/services/{service}/actions/{action}

上传:{BaseUrl}/ul/services/{service}/actions/{action}

下载:{BaseUrl}/dl/services/{service}/actions/{action}/tokens/{token}

Graphql 推荐

多服务统一URL

{BaseUrl}/graphql

Header

x-mp-service:{service}

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.