Skip to content

Commit

Permalink
fix(wework): ResponseTemplateSend MsgID type
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Dec 11, 2024
1 parent 2c06723 commit 47a1f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ type ResponseTemplateGetPrivate struct {
type ResponseTemplateSend struct {
response.ResponseOfficialAccount

MsgID int `json:"msgid"`
MsgID int64 `json:"msgid"`
}

0 comments on commit 47a1f0f

Please sign in to comment.