|
@@ -707,7 +707,7 @@ public class HKOpenApi {
|
707
|
707
|
*/
|
708
|
708
|
public static String getDoorDevices(Map<String, Object> map){
|
709
|
709
|
|
710
|
|
- String url = (map.get("openapi_ip_port_http") == null ? HKConstant.OPENAPI_IP_PORT_HTTP : map.get("openapi_ip_port_http")) + HKConstant.GETDOORDEVICESBYUNITUUIDS;
|
|
710
|
+ String url = (map.get("openapi_ip_port_http") == null ? HKConstant.OPENAPI_IP_PORT_HTTP : map.get("openapi_ip_port_http")) + HKConstant.GETDOORDEVICES;
|
711
|
711
|
Map<String, Object> parMap = new HashMap<>();
|
712
|
712
|
parMap.put("appkey", map.get("appkey") == null?HKConstant.APPKEY:map.get("appkey"));
|
713
|
713
|
parMap.put("time", System.currentTimeMillis());
|