服务地址鉴权 服务地址测试环境:http://10.153.184.61:8092生产环境:http://qxspd.crpcg.com 鉴权在所有的请求header中添加token参数(不同环境的token请找海典售后工程师提供) 示例 HttpResponse execute = HttpUtil.createPost(url) .header("token", "123456789") .body(body) .execute();