Gb1400UriConstants.java 1.02 KB
package com.viontech.constant;

/**
 * @author vion
 **/
public class Gb1400UriConstants {
    /** 注册 */
    public static final String LOGIN = "/VIID/System/Register";
    /** 保活 */
    public static final String KEEPALIVE = "/VIID/System/Keepalive";
    /** 校时 */
    public static final String CHECKTIME = "/VIID/Time";
    /** 通知 */
    public static final String SUBSCRIBENOTIFICATIONS = "/VIID/SubscribeNotifications";
    /** 上传设备信息(上传电子警察主机配置信息) */
    public static final String TOLLGATES = "/VIID/Tollgates";
    /** 上传车道信息(上传电子警察主机关联的车道配置信息) */
    public static final String LANES = "/VIID/Lanes";
    /** 上传机动车对象(上传过车数据(含过车图片url链接与违法图片数据)) */
    public static final String MOTORVEHICLES = "/VIID/MotorVehicles";
    /** 上传摄像机对象(上传电子警察主机关联的摄像机配置信息) */
    public static final String APES = "/VIID/APEs";
}