| | |
| | | } |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | try { |
| | | JkCabinetGridServiceImpl temp = new JkCabinetGridServiceImpl(); |
| | | FormDataApiClient apiClient = new FormDataApiClient("B4eyPmjtnvnameAKq5lbDLdRZi18VQ3p" ,"https://lcdp.ahyc.com.cn:30443/api/"); |
| | | FormDataCreateParam param =new FormDataCreateParam(); |
| | | WarningEvent warningEvent = new WarningEvent(); |
| | | warningEvent.setTitle("跨越生产线(测试)"); |
| | | warningEvent.setContent("跨越生产线-芜湖北围墙过道东-枪(跨越)"); |
| | | param.setData( temp.getJdyChildData(warningEvent,"gaoyf_b")); |
| | | param.setApp_id("6954aca3cdf8fb470ca1aabd"); |
| | | param.setEntry_id("6954aca6ff1c406a1d7b9afa"); |
| | | param.setIs_start_trigger(false); |
| | | param.setIs_start_trigger(true); |
| | | Map<String, Object> response = apiClient.singleDataCreate(param,apiClient.getDefaultVersion()); |
| | | log.error(JSONObject.toJSONString(response)); |
| | | }catch (Exception e){ |
| | | |
| | | } |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 简道云消息推送 定制 |