long ts = (long) ( 会议日期.value[0]/ 1000);
java.time.LocalDateTime 日期1 = java.time.LocalDateTime.ofEpochSecond(ts, 0, java.time.ZoneOffset.ofHours(8));
java.time.ZonedDateTime zd = java.time.ZonedDateTime.of(日期1, java.time.ZoneId.of("Asia/Shanghai"));
String 日期 = zd.format(java.time.format.DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSSZ"));
query = "q="+ URLEncoder.encode(sentence);
jsonStrRes=com.rsvp.api.util.NetUtil.getResponseForGet("https://dev-env.rsvp.ai/docs/logistic.json?"+query);
jsonObj=com.alibaba.fastjson.JSONObject.parseObject(jsonStrRes);
api = new com.rsvp.context.util.ApiForTDE("https://dev-env.rsvp.ai/test/meetingroom-new/add");
api.callApi("date", 日期, "end", 结束, "begin", 开始, "amount", 人数, "topic", 主题, "uid", 用户);
message = api.getVariable("message");
NumberMatcher=/([Ee]\d{20,26})/
def numMatcherResult = sentence =~ NumberMatcher
if (numMatcherResult.find()) {
单号=numMatcherResult.group(0)
}
actions =new com.alibaba.fastjson.JSONArray();
action = new com.alibaba.fastjson.JSONObject();
action.put('action', 'actionName')
action.put('target', 'targetId')
action.put('finish', true)
actions.add(actionx)