2 Star 1 Fork 0

vww/httpcatcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
早晚读书 解锁会员.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
pm936 提交于 2021-05-14 23:32 . Add files via upload
{
"rules" : [
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "expireDate\":\"999",
"matchValue" : "expireDate\":\"\\d+",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "memberDesc\":\"2099年6月8日到期\"",
"matchValue" : "memberDesc\":\".*?\"",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "expireDate\":\"1800000000000\"",
"matchValue" : "expireDate\":\"\\d+\"",
"destiontion" : "response",
"isRegex" : true
}
],
"enabled" : false,
"isReadOnly" : false,
"name" : "早晚读书 解锁会员 A+",
"locations" : [
{
"method" : "",
"scheme" : "https",
"enabled" : true,
"port" : 443,
"query" : "",
"host" : "api.zaowandushu.com",
"path" : "\/v\/customer\/info"
},
{
"method" : "",
"scheme" : "https",
"enabled" : true,
"port" : 443,
"query" : "",
"host" : "api.zaowandushu.com",
"path" : "\/v\/coin\/coinBuyBookClubPage"
}
],
"description" : "早晚读书 来自 天津万卷书网络科技有限公司 https:\/\/apps.apple.com\/cn\/app\/%E6%97%A9%E6%99%9A%E8%AF%BB%E4%B9%A6\/id1464656164\n\n用不了的就用Qx规则\n\n\/\/早晚读书\nhttps:\\\/\\\/api.zaowandushu.com\\\/v\\\/[customer\\\/info|coin\\\/coinBuyBookClubPage] url script-response-body zwds.js\n\n\n\/\/zwds.js ↓\nlet a = JSON.parse($response.body);\nlet url = $request.url;\n\nif (url.indexOf(\"coinBuyBookClubPage\") != -1) {\na.attachment.expireDate =\"1800000000000\"\n}else{\na.attachment.expireDate = \"999\";\na.attachment.memberDesc = \"2099年6月8日到期\";\n}\n$done({body: JSON.stringify(a)});"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vww/httpcatcher.git
git@gitee.com:vww/httpcatcher.git
vww
httpcatcher
httpcatcher
main

搜索帮助