From 41badc87c2c1568b67b438ae1859116325aa0629 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 29 四月 2024 14:04:55 +0800
Subject: [PATCH] 修改人脸上报的url
---
config/config.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/config/config.go b/config/config.go
index 9eaad86..bc53545 100644
--- a/config/config.go
+++ b/config/config.go
@@ -14,6 +14,7 @@
Host string `mapstructure:"host"`
Port string `mapstructure:"port"`
Password string `mapstructure:"password"`
+ Role string `mapstructure:"role"` // agent 璁惧绔�, proxy 1400涓浆 涓嶅鐞哾eivce, server 鍏ㄥ姛鑳�
}
type client struct {
--
Gitblit v1.8.0