|  |  | 
 |  |  | package com.genersoft.iot.vmp.web.gb28181; | 
 |  |  |  | 
 |  |  | import com.alibaba.fastjson.JSONObject; | 
 |  |  | import com.alibaba.fastjson2.JSONObject; | 
 |  |  | import com.genersoft.iot.vmp.conf.SipConfig; | 
 |  |  | import org.slf4j.Logger; | 
 |  |  | import org.slf4j.LoggerFactory; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.stereotype.Controller; | 
 |  |  | import org.springframework.web.bind.annotation.CrossOrigin; | 
 |  |  | import org.springframework.web.bind.annotation.RequestMapping; | 
 |  |  | import org.springframework.web.bind.annotation.ResponseBody; | 
 |  |  |  | 
 |  |  | 
 |  |  |  * API兼容:系统接口 | 
 |  |  |  */ | 
 |  |  | @Controller | 
 |  |  | @CrossOrigin | 
 |  |  |  | 
 |  |  | @RequestMapping(value = "/api/v1") | 
 |  |  | public class ApiController { | 
 |  |  |  |