Browse Source

修改指标连接方式

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.10.1^2
zouap 3 years ago
parent
commit
23e548066d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/aisafety/resty.go

+ 1
- 1
modules/aisafety/resty.go View File

@@ -109,7 +109,7 @@ func getParams(req TaskReq) (map[string]interface{}, string) {
indicators := ""
if len(req.Indicators) > 0 {
for _, tmp := range req.Indicators {
indicators += tmp + ","
indicators += tmp + "|"
}
}
if len(indicators) > 0 {


Loading…
Cancel
Save