Skip to content

Commit adc00e1

Browse files
committed
sync
1 parent cc88312 commit adc00e1

5 files changed

Lines changed: 764 additions & 41 deletions

File tree

WLAPP/cookie.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ http://wlapp.ccdy.cn/jkd/weixin20/station/stationarticle.action? url script-requ
1111
http://app.zhongchuanjukan.com/jkd/account/readAccount.action url script-request-body https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/wlappcookie.js
1212

1313
http://app.zhongchuanjukan.com/jkd/newMobileMenu/infoMe.action url script-request-body https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/wlappcookie.js
14-
15-
http://app.zhongchuanjukan.com/jkd/newmobile/artDetail.action url script-request-body https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/wlappcookie.js

WLAPP/videocookie.conf

Lines changed: 0 additions & 5 deletions
This file was deleted.

WLAPP/videocookie.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

WLAPP/wlappcookie.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,32 @@ if($request&&$request.url.indexOf("infoMe.action")>=0) {
7575

7676
}
7777

78+
//videoartlist
79+
if($request&&$request.url.indexOf("artlist.action")>=0 && $request.body.indexOf("%22articlevideo%22%20%3A%20%221%22")>=0) {
80+
const videoartlistbody = $request.body
81+
if (videoartlistbody) $.setdata(videoartlistbody,'videoartlistbody')
82+
$.log(`[${jsname}] 获取videoartlistbody请求🎉: 成功,videoartlistbody: ${videoartlistbody}`)
83+
$.msg(`获取videoartlistbody: 成功🎉`, ``)
84+
const videoartlistkey = JSON.stringify($request.headers)
85+
if (videoartlistkey) $.setdata(videoartlistkey,'videoartlistkey')
86+
$.log(`[${jsname}] 获取videoartlistkey请求🎉: 成功,videoartlistkey: ${videoartlistkey}`)
87+
$.msg(`获取videoartlistkey: 成功🎉`, ``)
88+
89+
}
90+
91+
//videoreadaccount
92+
if($request&&$request.url.indexOf("readAccount.action")>=0 && $request.body.indexOf("%22paytype%22%20%3A%202")>=0) {
93+
const videoreadaccountbody = $request.body
94+
if (videoreadaccountbody) $.setdata(videoreadaccountbody,'videoreadaccountbody')
95+
$.log(`[${jsname}] 获取videoreadaccountbody请求🎉: 成功,videoreadaccountbody: ${videoreadaccountbody}`)
96+
$.msg(`获取videoreadaccountbody: 成功🎉`, ``)
97+
const videoreadaccountkey = JSON.stringify($request.headers)
98+
if (videoreadaccountkey) $.setdata(videoreadaccountkey,'videoreadaccountkey')
99+
$.log(`[${jsname}] 获取videoreadaccountkey请求🎉: 成功,videoreadaccountkey: ${videoreadaccountkey}`)
100+
$.msg(`获取videoreadaccountkey: 成功🎉`, ``)
101+
102+
}
103+
78104

79105
//getallkey
80106
if (typeof $request !== 'undefined') {

0 commit comments

Comments
 (0)