Skip to content

Commit

Permalink
Merge pull request #417 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Matrix-X authored Nov 28, 2023
2 parents 77ad736 + ba9c5d2 commit c671f9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import (

type ResponseGetMomentList struct {
response.ResponseWork
NextCursor string `json:"next_cursor"`
MomentList *power.HashMap `json:"moment_list"`
NextCursor string `json:"next_cursor"`
MomentList []*power.HashMap `json:"moment_list"`
}
7 changes: 7 additions & 0 deletions src/work/server/handlers/models/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,10 @@ type EventTemplateCardMenuEvent struct {
ResponseCode string `xml:"ResponseCode"`
AgentID string `xml:"AgentID"`
}

type EventKFMsgOrEvent struct {
contract.EventInterface
models.CallbackMessageHeader
Token string `xml:"Token"`
OpenKfID string `xml:"OpenKfId"`
}

0 comments on commit c671f9b

Please sign in to comment.