From cca3a1fcaf0afea8ea883cc4b92ca4dc31900a44 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Thu, 23 Sep 2021 15:11:19 +0800 Subject: [PATCH] update --- core/reply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/reply.go b/core/reply.go index cd59f5f..36f44ad 100644 --- a/core/reply.go +++ b/core/reply.go @@ -107,7 +107,7 @@ func InitReplies() { } for _, re := range regexp.MustCompile(`fjson[(][^()]+[)]`).FindAllStringSubmatch(content, -1) { v := re[0] - ins := strings.Replace(strings.TrimRight(v, ")"), "gjson(", "", -1) + ins := strings.Replace(strings.TrimRight(v, ")"), "fjson(", "", -1) ps := strings.Split(ins, ",") get := ps[0] ptn := ""