Skip to content

Commit

Permalink
小程序发送订阅消息支持返回 msgid
Browse files Browse the repository at this point in the history
  • Loading branch information
w_yangyili committed Nov 27, 2024
1 parent a03c087 commit 78ce4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/subscribe/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (s *Subscribe) Send(msg *Message) (err error) {
return util.DecodeWithCommonError(response, "Send")
}

// Send 发送订阅消息
// SendGetMsgID 发送订阅消息返回 msgid
func (s *Subscribe) SendGetMsgID(msg *Message) (msgID int64, err error) {
var accessToken string
accessToken, err = s.GetAccessToken()
Expand Down

0 comments on commit 78ce4b1

Please sign in to comment.