物联网软件

This commit is contained in:
BBIT-Kai
2026-02-04 14:02:57 +08:00
parent 646e312a4c
commit 1c11f3f06c
28 changed files with 4526 additions and 271 deletions
+4
View File
@@ -30,6 +30,10 @@ func main() {
uploadFile(record.LicensePlateImage, record.VehicleImage)
// 2. 调用分析请求
analytics(record)
<-make(chan struct{})
//fatal error: all goroutines are asleep - deadlock!
}
func loadData(deviceID string) model.Record {