Commit 123c324c authored by 赵啸非's avatar 赵啸非

修改配置文件

parent f09e9537
...@@ -50,8 +50,8 @@ public class TestRot { ...@@ -50,8 +50,8 @@ public class TestRot {
.build(); .build();
Request request = new Request.Builder() Request request = new Request.Builder()
.url("http://localhost:18006/chat/base") // .url("http://localhost:18006/chat/base")
//.url("http://robot.scsmile.cn/chat/base") .url("http://robot.scsmile.cn/chat/base")
.headers(headers) .headers(headers)
.post(requestBody) .post(requestBody)
.build(); .build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment