• 1.1 应用接入Apollo
  • 1.2 通过带缓存的Http接口从Apollo读取配置
  • 1.2.1 Http接口说明
  • 1.2.2 Http接口返回格式
  • 1.2.3 测试
  • 1.3 通过不带缓存的Http接口从Apollo读取配置
  • 1.3.1 Http接口说明
  • 1.3.2 Http接口返回格式
  • 1.3.3 测试
  • 1.4 应用感知配置更新
  • 1.4.1 配置更新推送实现思路
  • 1.4.1.1 初始化
  • 1.4.1.2 请求服务
  • 1.4.2 Http接口说明
  • 1.4.3 Http接口返回格式
  • 1.4.4 测试
  • 1.5 配置访问密钥
  • 1.6 错误码说明
  • 1.6.1 400 - Bad Request
  • 1.6.2 401 - Unauthorized
  • 1.6.2 404 - Not Found
  • 1.6.3 405 - Method Not Allowed
  • 1.6.4 500 - Internal Server Error