Skip to content

Commit

Permalink
subscribtesend bug fix
Browse files Browse the repository at this point in the history
subscribtesend bug fix
  • Loading branch information
guoqingguo committed Sep 5, 2022
1 parent 9f94342 commit 590e46b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion openapi/subscribeSend.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type SubscribeSendRequest struct {
// 响应结构体

type SubscribeSendResponsedata struct {
MsgKey string `json:"msg_key"` // 消息 id
MsgKey int64 `json:"msg_key"` // 消息 id
}

type SubscribeSendResponse struct {
Expand Down

0 comments on commit 590e46b

Please sign in to comment.