tencent-im icon indicating copy to clipboard operation
tencent-im copied to clipboard

FetchGroupIds首次next传0问题

Open Jian881219 opened this issue 1 year ago • 1 comments

你好,我发现FetchGroupIds这个接口如果next=0返回结果next始终为0

原因是,fetchGroupIdsReq的json tag 如果为omitempty,会导致调用json.Marshal时候把next=0这个参数给忽略掉。 腾讯的这个接口,如果你连next这个key也不传的话,返回值也没有next这个key,导致拉不到下一页

Jian881219 avatar Apr 13 '23 08:04 Jian881219