提交 0f0a6b1a authored 作者: 李炎's avatar 李炎

调整测试

上级 2bca4107
...@@ -163,7 +163,7 @@ public class CommonHttpApi { ...@@ -163,7 +163,7 @@ public class CommonHttpApi {
public String sendThirdParty(String data, int index) { public String sendThirdParty(String data, int index) {
try { try {
System.out.println("data====="); System.out.println("data====="+ data);
return HttpUtil.httpPost(this.receiveAddress, data).getBody(); return HttpUtil.httpPost(this.receiveAddress, data).getBody();
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论