UserInfoListGet

JeeWx API

org.jeewx.api.core.req.model.user

类 UserInfoListGet


  • public class UserInfoListGet
    extends WeixinReqParam
    取多媒体文件
    作者:
    sfli.sir 正常情况下,微信会返回下述JSON数据包给公众号 {"total":2,"count":2,"data":{"openid":["","OPENID1","OPENID2"]},"next_openid":"NEXT_OPENID"}
    • 构造器详细资料

      • UserInfoListGet

        public UserInfoListGet()
    • 方法详细资料

      • getNext_openid

        public java.lang.String getNext_openid()
      • setNext_openid

        public void setNext_openid(java.lang.String next_openid)