package com.cdzy.operations; import com.cdzy.operations.utils.CommandUtil; import com.fasterxml.jackson.core.JsonProcessingException; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class EbikeOperationsApplicationTests { @Test void contextLoads() throws JsonProcessingException { System.out.println(CommandUtil.guang_he_tong("2370171956","2370171956","LOCK")); } }