This commit is contained in:
richboo111
2024-01-24 17:39:42 +08:00
parent e09c99394d
commit ff551904e0

View File

@@ -634,7 +634,7 @@ func CheckAndReply(req *JXMsg, elmAppID string) (err error) {
//Text: temp,
}
tempContentStr, _ := json.Marshal(tempContent)
param.Payload.Content = string(tempContentStr)
param.PayLoad.Content = string(tempContentStr)
if err = partner.CurAPIManager.GetAPI(model.VendorIDEBAI, elmAppID).(*ebaiapi.API).BusinessSendMsg(param); err != nil {
apply.IsApply = false