本帖最后由 微尘大大 于 2019-7-20 13:41 编辑
注意:
本模块需要最基础的网页操作ck,如果你没有研究过类似的东西,请不要使用。
模块调用了精易模块v7.1,为了可持续发展(后续更新),请加入群455079175,获取模块密码。
栗子:
变量名 | 类 型 | 静态 | 数组 | 备 注 | openid | 文本型 | | | openkey | 文本型 | | | vigours | 文本型 | | | vid | 文本型 | | | json | 类_json | | | i | 整数型 | | | response | 文本型 | | | rankings | 文本型 | | | uid | 文本型 | | |
pet. setCookie (“”) 如果真 (pet. login ())  response = pet. postDailySigns () pet. shareThreeGroups (response ) 调试输出 (response ) pet. threeVisits (response ) 调试输出 (response ) pet. minigames (, response ) 调试输出 (response ) 调试输出 (pet. getCounter ())  vigours = pet. getVigours () 如果真 (json. 解析 (vigours ))   计次循环首 (json. 成员数 (“uncollectedVigours”), i )   如果真 (json. 取通用属性 (“uncollectedVigours[” + 到文本 (i - 1 ) + “].countdown”) = “0”)    vid = json. 取通用属性 (“uncollectedVigours[” + 到文本 (i - 1 ) + “].id”)   调试输出 (pet. putVigours (vid ))       计次循环尾 ()  调试输出 (pet. buyPopcorn ()) 调试输出 (pet. usePopcorn ()) 调试输出 (pet. buyMacaroon ()) 调试输出 (pet. useMacaroon ())  rankings = pet. rankings () 如果真 (json. 解析 (rankings ))   计次循环首 (10, i )   如果真 (json. 取通用属性 (“friends[” + 到文本 (i - 1 ) + “].hasCoins”) = “-1”)    uid = json. 取通用属性 (“friends[” + 到文本 (i - 1 ) + “].id”)   调试输出 (json. 取通用属性 (“friends[” + 到文本 (i - 1 ) + “].nick”))    调试输出 (pet. collectCounterById (uid ))       计次循环尾 () 返回 ()调试输出 (pet.getLoginedInfo ())
超级萌宠功能操作模块.zip
(2.81 MB, 下载次数: 52)
|