fix(iot): 修改客流计数器应答升级链接
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled

This commit is contained in:
lzh
2026-01-26 16:35:50 +08:00
parent d9ba73a4bc
commit 35c120d883

View File

@@ -38,7 +38,7 @@ public class PeopleCounterUploadResp {
resp.setUpCycle(1);
resp.setLicense("0");
resp.setDirection("twoWay");
resp.setUpgradeUrl("http://op.foorir.com/upgrade/2023120.bin");
// resp.setUpgradeUrl("http://op.foorir.com/upgrade/2023120.bin");
return resp;
}
}