重构项目结构,优化模块划分,修复数据结构和登录验证问题
This commit is contained in:
+47
-10
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"name": "用户A",
|
||||
"name": "小余",
|
||||
"cookie_cloud": {
|
||||
"uuid": "hu6n2vcUmzpu7mqUN2rVCg",
|
||||
"password": "jtDM5dV9AyqXkZdQVeA9f6",
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"websites": [
|
||||
{
|
||||
"name": "网站A",
|
||||
"name": "柴油联名卡",
|
||||
"url": "https://lmkbi.95155.com/bi-system/#/carUnpetrifiedComAll",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
@@ -26,7 +26,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "用户B",
|
||||
"name": "彭峰(个人)",
|
||||
"cookie_cloud": {
|
||||
"uuid": "qyZpTrgiP5mVwiRZwfBhjz",
|
||||
"password": "iGn1B4FnWftp3oj4Ko3jxA",
|
||||
@@ -42,12 +42,6 @@
|
||||
"headless": false
|
||||
},
|
||||
"websites": [
|
||||
{
|
||||
"name": "网站A",
|
||||
"url": "https://lmkbi.95155.com/bi-system/#/carUnpetrifiedComAll",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
},
|
||||
{
|
||||
"name": "网站B",
|
||||
"url": "https://192.168.1.200:8006/",
|
||||
@@ -55,6 +49,49 @@
|
||||
"success_text": "彭峰"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "彭峰(公司)",
|
||||
"cookie_cloud": {
|
||||
"uuid": "aCgAWN5DsYhP88FnTmrr3H",
|
||||
"password": "bK8dfh1a6ZZ79jWeeMedjN",
|
||||
"api_url": "https://movie-pilot.org/cookiecloud"
|
||||
},
|
||||
"notification": {
|
||||
"iyuu_token": "IYUU37629Tc1d371c7ce99a49ff9778e196286b7e4592be191",
|
||||
"max_fail_count": 3,
|
||||
"notify_on_success": true
|
||||
},
|
||||
"browser": {
|
||||
"type": "edge",
|
||||
"headless": false
|
||||
},
|
||||
"websites": [
|
||||
{
|
||||
"name": "柴油联名卡",
|
||||
"url": "https://lmkbi.95155.com/bi-system/#/carUnpetrifiedComAll",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
},
|
||||
{
|
||||
"name": "加油卡交易",
|
||||
"url": "https://cardweb.salecard.sinopec.com/card/index.jsp",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
},
|
||||
{
|
||||
"name": "数字销售门户",
|
||||
"url": "https://ewcc.sinopec.com/?authConfigs=37d5aed075525d4fa0fe635231cba447",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
},
|
||||
{
|
||||
"name": "飞牛存储",
|
||||
"url": "http://10.190.20.156:5666/",
|
||||
"login_check_selector": "",
|
||||
"success_text": "彭峰"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user