| | |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | /* |
| | | String url = "https://api.jiandaoyun.com/api/v1/automation/tenant/6909b792324dc197821895d1/hooks/6909d0fbdb93690b128a0d56b068192dc4a9c9722dbac428"; |
| | | */ |
| | | String url = "https://lcdp.ahyc.com.cn:30443/api/v1/automation/tenant/6756636b8ff4da34799c9f92/hooks/69042b5d6d7269265c7732a41a461aec9135f0641f0156dc"; |
| | | // String url = "https://api.jiandaoyun.com/api/v1/automation/tenant/6909b792324dc197821895d1/hooks/6909d0fbdb93690af97e41d1b068192dc4a9705aca3321e2"; |
| | | JSONObject object = new JSONObject(); |
| | | object.put("create_date","20251104160000"); |
| | | object.put("start_date",System.currentTimeMillis() ); |
| | | object.put("end_date", System.currentTimeMillis() + 24*3600*1000); |
| | | object.put("start_date","20251104160000" ); |
| | | object.put("end_date", "20251204160000"); |
| | | object.put("id","10000020251105");// |
| | | object.put("type",1);//0=领用;1=归还 |
| | | String result = HttpsUtil.postJson(url,JSONObject.toJSONString(object)); |