Commit b49f97246290f0fa5a762825159ea7a802423e46
1 parent
76f835f8
临港的服务投诉登记推送至临港服务投诉系统(URL修改)
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/bsth/controller/realcontrol/ReportRegisterController.java
| ... | ... | @@ -36,7 +36,8 @@ public class ReportRegisterController extends BaseController<ReportRegister, Lon |
| 36 | 36 | |
| 37 | 37 | Logger log = LoggerFactory.getLogger(this.getClass()); |
| 38 | 38 | |
| 39 | - final static String url = "http://61.171.28.220:8018/complaint/TsReport/input.do"; | |
| 39 | + final static String url = "http://61.171.28.220:8090/complaint/TsReport/input.do"; // 临港服务投诉 | |
| 40 | +// final static String url = "http://61.171.28.220:8018/complaint/TsReport/input.do"; // 浦交服务投诉 | |
| 40 | 41 | // final static String url = "http://114.80.178.13/complaint/TsReport/input.do"; |
| 41 | 42 | // final static String url = "http://192.168.168.228:8080/complaint/TsReport/input.do"; |
| 42 | 43 | ... | ... |