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 temp = LastTemplate
} }
} }
//tempStr, _ := json.Marshal(temp) tempStr, _ := json.Marshal(temp)
tempContent := ebaiapi.Content{ tempContent := ebaiapi.Content{
//Text: string(tempStr), Text: string(tempStr),
Text: temp, //Text: temp,
} }
tempContentStr, _ := json.Marshal(tempContent) tempContentStr, _ := json.Marshal(tempContent)
param.Payload.Content = string(tempContentStr) param.Payload.Content = string(tempContentStr)