update
This commit is contained in:
+2
-1
@@ -145,7 +145,8 @@ func InitReplies() {
|
|||||||
} else {
|
} else {
|
||||||
g, _ = jsonparser.GetString(f, strings.Split(v[1], ".")[1:]...)
|
g, _ = jsonparser.GetString(f, strings.Split(v[1], ".")[1:]...)
|
||||||
}
|
}
|
||||||
fmt.Println(g)
|
|
||||||
|
fmt.Println(cptn, fmt.Sprintf(`"[%s]"`, v[1]), g)
|
||||||
cptn = strings.Replace(cptn, fmt.Sprintf(`"[%s]"`, v[1]), g, -1)
|
cptn = strings.Replace(cptn, fmt.Sprintf(`"[%s]"`, v[1]), g, -1)
|
||||||
}
|
}
|
||||||
ptns = append(ptns, cptn)
|
ptns = append(ptns, cptn)
|
||||||
|
|||||||
Reference in New Issue
Block a user