This commit is contained in:
richboo111
2024-01-24 17:13:41 +08:00
parent a5e151cab6
commit f14757133d

View File

@@ -628,10 +628,10 @@ func CheckAndReply(req *JXMsg, elmAppID string) (err error) {
temp = LastTemplate
}
}
//tempStr, _ := json.Marshal(temp)
tempStr, _ := json.Marshal(temp)
tempContent := ebaiapi.Content{
//Text: string(tempStr),
Text: temp,
Text: string(tempStr),
//Text: temp,
}
tempContentStr, _ := json.Marshal(tempContent)
param.Payload.Content = string(tempContentStr)