|
|
|
@ -58,6 +58,7 @@ public class RmsUtils {
|
|
|
|
|
public static JSONObject fkterminalFindAccessRecord(JSONObject requestBody){
|
|
|
|
|
JSONObject responseBody =null;
|
|
|
|
|
for (String devid : devidList) {
|
|
|
|
|
log.info("devid:"+devid);
|
|
|
|
|
header.put("devid",devid);
|
|
|
|
|
String starttime = requestBody.getString("starttime");//开始时间*
|
|
|
|
|
String status = requestBody.getString("status");//状态:-1超时未注销、0登记中、1已注销3预约
|
|
|
|
|