29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
// # Source: https://github.com/Wenmoux/checkbox/blob/master/scripts/jlpzj.js
|
|
// # Raw: https://raw.githubusercontent.com/Wenmoux/checkbox/master/scripts/jlpzj.js
|
|
// # Repo: Wenmoux/checkbox
|
|
// # Path: scripts/jlpzj.js
|
|
// # UploadedAt: 2021-09-25T00:15:59Z
|
|
// # SHA256: 52215fbc79f20602170c62df0017e76a341162af743bb8e459141e249d1f2f37
|
|
// # Category: web版/账密
|
|
// # Evidence: web/H5关键词 + username/password/login
|
|
//
|
|
|
|
const rules = {
|
|
name: "【纪录片之家】: ",
|
|
url: "http://www.jlpzj.net/plugin.php?id=dsu_paulsign:sign&mobile=2", //用于获取formhash的链接
|
|
cookie: config.jlpzj.cookie,
|
|
formhash: 'formhash=(.+)"', //formhash正则
|
|
verify: "您需要先登录才能继续本操作", //验证cookie状态
|
|
op: [{
|
|
name: "签到",
|
|
method: "post", //签到请求方式 get/post
|
|
url: "http://www.jlpzj.net/plugin.php?id=dsu_paulsign:sign&operation=qiandao&infloat=0&inajax=0&mobile=yes", //签到链接
|
|
data: "formhash=@formhash&qdxq=kx&qmode=3&todaysay=&fastreply=0"
|
|
}]
|
|
};
|
|
|
|
async function jlpzj() {
|
|
const template = require("../Template");
|
|
return rules.name + await template(rules)
|
|
}
|
|
module.exports = jlpzj |