From ab160990786e0d1e62d0b70779e6c24669d512e9 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 18 一月 2024 17:35:27 +0800 Subject: [PATCH] replace json lib --- cameraRuleApi.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cameraRuleApi.go b/cameraRuleApi.go index 8e589d4..2bf302e 100644 --- a/cameraRuleApi.go +++ b/cameraRuleApi.go @@ -2,7 +2,7 @@ import ( "basic.com/pubsub/protomsg.git" - "encoding/json" + json "github.com/json-iterator/go" ) type CameraRuleApi struct{ -- Gitblit v1.8.0