服务地址

  1. 测试环境:http://10.153.184.61:8092
  2. 生产环境:http://qxspd.crpcg.com

鉴权

在所有的请求header中添加token参数(不同环境的token请找海典售后工程师提供)

示例

  1. HttpResponse execute = HttpUtil.createPost(url)
  2. .header("token", "123456789")
  3. .body(body)
  4. .execute();