Skip to content

Commit 09b08ed

Browse files
committed
fix(longpoll-user): act=a_check
1 parent b765af9 commit 09b08ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

longpoll-user/longpoll.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func (lp *LongPoll) check() (response object.LongPollResponse, err error) {
157157
u.Scheme = "https"
158158

159159
q := u.Query()
160+
q.Set("act", "a_check")
160161
q.Set("key", lp.Key)
161162
q.Set("ts", strconv.Itoa(lp.Ts))
162163
q.Set("wait", strconv.Itoa(lp.Wait))

0 commit comments

Comments
 (0)