|
@ -694,8 +694,7 @@ public class DcWarningServiceImpl implements IDcWarningService { |
|
|
|
|
|
|
|
|
//扫码报警 处置记录
|
|
|
//扫码报警 处置记录
|
|
|
public AjaxResult addCodeScanningProcess(String alarmId,String content) throws IOException, HttpException { |
|
|
public AjaxResult addCodeScanningProcess(String alarmId,String content) throws IOException, HttpException { |
|
|
// String url = configService.selectConfigByKey("alarmCode");
|
|
|
String url = configService.selectConfigByKey("alarmCode"); |
|
|
String url = "http://10.168.66.112:9002"; |
|
|
|
|
|
url = url + "/warning/addProcess"; |
|
|
url = url + "/warning/addProcess"; |
|
|
|
|
|
|
|
|
OkHttpClient client = new OkHttpClient(); |
|
|
OkHttpClient client = new OkHttpClient(); |
|
|