修正 ICCID UDP 查询的测试代码
This commit is contained in:
parent
974e5025ec
commit
96a0ada3b7
@ -18,6 +18,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.HashMap;
|
||||
import java.util.Timer;
|
||||
import java.util.TimerTask;
|
||||
|
||||
@ -183,8 +184,8 @@ public class D3F0SelfCheckMessageExecutor implements Executor<D3F0SelfCheckMessa
|
||||
|
||||
void testAskICCID(Device device){
|
||||
String sendCmd = "d31a000D0080F34C0141542B4943434944";
|
||||
HttpResp resp = rtcmClient.configByUdp(device.getDeviceId(),sendCmd);
|
||||
logger.info(resp.toString());
|
||||
HttpResp<HashMap<String, Object>> rsp = rtcmClient.configByUdp(device.getDeviceId(),sendCmd);
|
||||
logger.info(rsp.toString());
|
||||
}
|
||||
private void checkAndResetBTGnss(Device device){
|
||||
if(device.getNoFixedAndFloatResult()>0 &&device.getAbnormalD341Num()>10){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user