Commit 5b5755e1322cc4f24d85b228f4888402a659d42e
1 parent
f93ec65e
服务投诉系统地址变更
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://114.80.178.13/complaint/TsReport/input.do"; | |
| 39 | + final static String url = "http://61.171.28.220:8018/complaint/TsReport/input.do"; | |
| 40 | +// final static String url = "http://114.80.178.13/complaint/TsReport/input.do"; | |
| 40 | 41 | // final static String url = "http://192.168.168.228:8080/complaint/TsReport/input.do"; |
| 41 | 42 | |
| 42 | 43 | @Autowired | ... | ... |