Commit a5a108eb645f4c6e051e2ccd591c5546cb5f2763
1 parent
15393880ea
Exists in
master
and in
1 other branch
mysql数据同步
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/SendMysqlSyncDatUtil.java
View file @
a5a108e
| ... | ... | @@ -41,7 +41,8 @@ |
| 41 | 41 | for(String url : urls) |
| 42 | 42 | { |
| 43 | 43 | System.out.println("sync mysql url = " + url); |
| 44 | - HttpClientUtil.doPostSSL(url,json,"3d19960bf3e81e7d816c4f26051c49ba"); | |
| 44 | + String result = HttpClientUtil.doPostSSL(url,json,"3d19960bf3e81e7d816c4f26051c49ba"); | |
| 45 | + System.out.println("sync mysql result = " + result); | |
| 45 | 46 | } |
| 46 | 47 | } |
| 47 | 48 |