跳转至内容
0
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(Zephyr)
  • 不使用皮肤
折叠
JIKE社区
  1. 首页
  2. 讨论区
  3. 活动优惠
  4. 网页版联通沃阅读每天自动领取1GB

网页版联通沃阅读每天自动领取1GB

已定时 已固定 已锁定 已移动 活动优惠
19 帖子 11 发布者 5.1k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • 我是小马甲~M 在线
    我是小马甲~M 在线
    我是小马甲~
    🤫
    写于 最后由 malaohu 编辑
    #4

    哇 厉害!如果大佬将接口分享出来就更完美了

    唐宋元明清,连排小工兵!

    K 1 条回复 最后回复
    0
    • P 离线
      P 离线
      portosnighte
      🍌
      写于 最后由 编辑
      #5

      通过 appid 用户名 密码就不需要验证码了。

      1 条回复 最后回复
      0
      • R 离线
        R 离线
        rworry
        🍌
        写于 最后由 编辑
        #6

        牛批啊,感谢大佬

        1 条回复 最后回复
        0
        • M 离线
          M 离线
          maoge
          🍌
          写于 最后由 编辑
          #7

          我这里有个52pojie之前有人发的一个版本。。不过帖子好像被删了,,WIN10可能报毒。不过这个只要一个手机号就能领取~~

          可以虚拟机运行什么的。里面有个TXT广告。也是原帖主人发的压缩包里的。。估计就是那个TXT文件有广告被删帖了

          https://gate.lanzous.com/iVtFUohojva

          W 1 条回复 最后回复
          1
          • 我是小马甲~M 我是小马甲~

            哇 厉害!如果大佬将接口分享出来就更完美了

            K 离线
            K 离线
            kuhoo
            🍌
            写于 最后由 编辑
            #8

            @malaohu https://github.com/mexxcheng/iread_signin
            分享出来啦~

            我是小马甲~M 1 条回复 最后回复
            1
            • S 离线
              S 离线
              shillan
              🍌
              写于 最后由 编辑
              #9

              可惜用处不大,流量日包,一个月仅能兑换3次。

              1 条回复 最后回复
              0
              • K kuhoo

                @malaohu https://github.com/mexxcheng/iread_signin
                分享出来啦~

                我是小马甲~M 在线
                我是小马甲~M 在线
                我是小马甲~
                🤫
                写于 最后由 malaohu 编辑
                #10

                kuhoo 说:

                @malaohu https://github.com/mexxcheng/iread_signin
                分享出来啦~

                感谢大佬!

                CentOS 下执行

                git clone https://github.com/mexxcheng/iread_signin.git
                cd iread_signin/
                npm install
                node index.js
                

                image.png

                可以利用crontab 每天执行一下!
                不过一定将account添加到 index.js

                crontab -e
                #加入以下代码,每天3点执行
                00 03 * * * cd /root/iread_signin && node index.js > /dev/null 2>&1
                

                不过有一个报错:

                (node:24381) UnhandledPromiseRejectionWarning: ReferenceError: readGiftResult is not defined
                    at Promise (/root/iread_signin/lib/signin.js:21:39)
                    at process._tickCallback (internal/process/next_tick.js:68:7)
                (node:24381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                (node:24381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                
                
                

                唐宋元明清,连排小工兵!

                K W 2 条回复 最后回复
                0
                • 我是小马甲~M 我是小马甲~

                  kuhoo 说:

                  @malaohu https://github.com/mexxcheng/iread_signin
                  分享出来啦~

                  感谢大佬!

                  CentOS 下执行

                  git clone https://github.com/mexxcheng/iread_signin.git
                  cd iread_signin/
                  npm install
                  node index.js
                  

                  image.png

                  可以利用crontab 每天执行一下!
                  不过一定将account添加到 index.js

                  crontab -e
                  #加入以下代码,每天3点执行
                  00 03 * * * cd /root/iread_signin && node index.js > /dev/null 2>&1
                  

                  不过有一个报错:

                  (node:24381) UnhandledPromiseRejectionWarning: ReferenceError: readGiftResult is not defined
                      at Promise (/root/iread_signin/lib/signin.js:21:39)
                      at process._tickCallback (internal/process/next_tick.js:68:7)
                  (node:24381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                  (node:24381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                  
                  
                  
                  K 离线
                  K 离线
                  kuhoo
                  🍌
                  写于 最后由 编辑
                  #11

                  @malaohu 尴尬了,找到问题了,变量名整错了😧 ,

                  1 条回复 最后回复
                  0
                  • M maoge

                    我这里有个52pojie之前有人发的一个版本。。不过帖子好像被删了,,WIN10可能报毒。不过这个只要一个手机号就能领取~~

                    可以虚拟机运行什么的。里面有个TXT广告。也是原帖主人发的压缩包里的。。估计就是那个TXT文件有广告被删帖了

                    https://gate.lanzous.com/iVtFUohojva

                    W 离线
                    W 离线
                    wtks1
                    写于 最后由 编辑
                    #12

                    @maoge 卡巴斯基检测到木马【UDS:Trojan-PSW.Win32.QQPass】

                    M 1 条回复 最后回复
                    0
                    • MichaelTanM 离线
                      MichaelTanM 离线
                      MichaelTan
                      写于 最后由 编辑
                      #13

                      这玩意儿可以用actions就好了

                      1 条回复 最后回复
                      0
                      • 我是小马甲~M 我是小马甲~

                        kuhoo 说:

                        @malaohu https://github.com/mexxcheng/iread_signin
                        分享出来啦~

                        感谢大佬!

                        CentOS 下执行

                        git clone https://github.com/mexxcheng/iread_signin.git
                        cd iread_signin/
                        npm install
                        node index.js
                        

                        image.png

                        可以利用crontab 每天执行一下!
                        不过一定将account添加到 index.js

                        crontab -e
                        #加入以下代码,每天3点执行
                        00 03 * * * cd /root/iread_signin && node index.js > /dev/null 2>&1
                        

                        不过有一个报错:

                        (node:24381) UnhandledPromiseRejectionWarning: ReferenceError: readGiftResult is not defined
                            at Promise (/root/iread_signin/lib/signin.js:21:39)
                            at process._tickCallback (internal/process/next_tick.js:68:7)
                        (node:24381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                        (node:24381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                        
                        
                        
                        W 离线
                        W 离线
                        wtks1
                        写于 最后由 编辑
                        #14

                        @malaohu 是centos6吗?我这边centos7好像不行

                        W 1 条回复 最后回复
                        0
                        • T 离线
                          T 离线
                          TonyBreak
                          🍌
                          写于 最后由 编辑
                          #15

                          输入手机号后,长时间不显示“验证码发送成功”,后面报错
                          /iread_signin/lib/login.js:114
                          let setCookie=response.headers['set-cookie'];
                          ^

                          TypeError: Cannot read property 'headers' of undefined

                          1 条回复 最后回复
                          0
                          • W wtks1

                            @malaohu 是centos6吗?我这边centos7好像不行

                            W 离线
                            W 离线
                            wtks1
                            写于 最后由 编辑
                            #16

                            wtks1 说:

                            @malaohu 是centos6吗?我这边centos7好像不行

                            发现原因了,是yum源安装的node版本太低,至少需要10.15的版本

                            1 条回复 最后回复
                            1
                            • W wtks1

                              @maoge 卡巴斯基检测到木马【UDS:Trojan-PSW.Win32.QQPass】

                              M 离线
                              M 离线
                              maoge
                              🍌
                              写于 最后由 编辑
                              #17

                              @wtks1 是的。这个就是有木马风险。。适合放虚拟机运行~~

                              1 条回复 最后回复
                              0
                              • Z 离线
                                Z 离线
                                zhedielj
                                写于 最后由 编辑
                                #18

                                活动结束了。 还能搞点其他的吗

                                1 条回复 最后回复
                                0
                                • 阿跑阿 离线
                                  阿跑阿 离线
                                  阿跑
                                  写于 最后由 编辑
                                  #19

                                  可惜了

                                  1 条回复 最后回复
                                  0
                                  回复
                                  • 在新帖中回复
                                  登录后回复
                                  • 从旧到新
                                  • 从新到旧
                                  • 最多赞同


                                  Popular Topics - 热门主题
                                  • 2025年6月4日 Windows 10(11)专业版在线激活密钥
                                    undefined
                                    1
                                    1
                                    49

                                  • 农行1元微信立减金
                                    undefined
                                    1
                                    1
                                    80

                                  • 大厂不限格式不限大小
                                    undefined
                                    1
                                    1
                                    53

                                  • 小米云服务618活动,黄金会员39,铂金会员138
                                    chuan85C
                                    chuan85
                                    0
                                    6
                                    282

                                  • 学生会员购买京东plus会员买一年送一年,相当于49.5元每年
                                    o_ollS
                                    o_oll
                                    0
                                    3
                                    272

                                  • ChatGPT Team首月仅1美刀,一共5成员,抓紧上车
                                    我是小马甲~M
                                    我是小马甲~
                                    0
                                    2
                                    309

                                  • 登录

                                  • 没有帐号? 注册

                                  • 登录或注册以进行搜索。
                                  百度网盘
                                  1,281 个主题
                                  连续剧
                                  726 个主题
                                  国产剧
                                  579 个主题
                                  美剧
                                  350 个主题
                                  中国移动
                                  307 个主题
                                  动画片
                                  244 个主题
                                  中国电信
                                  222 个主题
                                  动作片
                                  209 个主题

                                  160

                                  在线

                                  40.3k

                                  用户

                                  40.0k

                                  主题

                                  110.4k

                                  帖子
                                  • 第一个帖子
                                    最后一个帖子