wlzboy
2025-12-19 10354e63eb3298beb9ebcc029dd9f48d8936a272
ruoyi-system/src/main/java/com/ruoyi/system/service/IGpsConfigService.java
@@ -80,5 +80,5 @@
     * @param expireTime token过期时间
     * @return 更新结果
     */
    public int updateToken(String configKey, String token, Date expireTime);
    public int updateToken(String configKey, String token,Integer serviceid, Date expireTime);