1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user