|
@@ -38,11 +38,10 @@ public class gpsController {
|
|
|
@Autowired
|
|
|
private ISysConfigService configService;
|
|
|
|
|
|
- private List<String> keys = Arrays.asList("gps_address", "app_key", "app_secret","account","password");
|
|
|
+ private final List<String> keys = Arrays.asList("gps_address", "app_key", "app_secret","account","password");
|
|
|
/**
|
|
|
* 获取访问令牌
|
|
|
*/
|
|
|
- @GetMapping("/ship")
|
|
|
public AjaxResult getToken() {
|
|
|
Date date = new Date();
|
|
|
String format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date);
|
|
@@ -186,10 +185,6 @@ public class gpsController {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 根据参数编号获取详细信息
|
|
|
* @return
|