1
This commit is contained in:
@@ -628,9 +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,
|
||||||
}
|
}
|
||||||
tempContentStr, _ := json.Marshal(tempContent)
|
tempContentStr, _ := json.Marshal(tempContent)
|
||||||
param.Payload.Content = string(tempContentStr)
|
param.Payload.Content = string(tempContentStr)
|
||||||
|
|||||||
Reference in New Issue
Block a user