Skip to content

Commit

Permalink
Merge pull request Wenmoux#324 from purebase25/2024.4.21
Browse files Browse the repository at this point in the history
fix sayhuahuo
  • Loading branch information
Wenmoux authored Apr 21, 2024
2 parents 8caca48 + 33ce71f commit 64deeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sayhuahuo.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const rules = {
name: "【花火论坛】: ",
url: "https://www.sayhuahuo.com/dsu_paulsign-sign.html", //用于获取formhash的链接
url: "https://www.sayhuahuo.xyz/dsu_paulsign-sign.html", //用于获取formhash的链接
cookie: config.huahuo.cookie,
formhash: 'name=\"formhash\" value=\"(.+?)\"', //formhash正则
verify: "您需要先登录才能继续本操作", //验证cookie状态
op: [{
name: "签到",
method: "post",
ua: "pc",
url: "https://www.sayhuahuo.com/plugin.php?id=dsu_paulsign:sign&operation=qiandao&infloat=1&inajax=1", //签到链接
url: "https://www.sayhuahuo.xyz/plugin.php?id=dsu_paulsign:sign&operation=qiandao&infloat=1&inajax=1", //签到链接
data: "formhash=@formhash&qdxq=kx&qmode=3&todaysay=&fastreply=0",
reg2: "已经签到", //重复签到判断
reg3: "签到成功", //签到成功判断
Expand Down

0 comments on commit 64deeb0

Please sign in to comment.