Skip to content

Commit e6d413e

Browse files
committed
sync
1 parent dfd4c55 commit e6d413e

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

WLAPP/cookie.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ 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/wlappcookie.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ if($request&&$request.url.indexOf("readAccount.action")>=0 && $request.body.inde
101101

102102
}
103103

104+
//artdetail
105+
if($request&&$request.url.indexOf("artDetail.action")>=0) {
106+
const artdetailbody = $request.body
107+
if (artdetailbody) $.setdata(artdetailbody,'artdetailbody')
108+
$.log(`[${jsname}] 获取artdetailbody请求🎉: 成功,artdetailbody: ${artdetailbody}`)
109+
$.msg(`获取artdetailbody: 成功🎉`, ``)
110+
const artdetailkey = JSON.stringify($request.headers)
111+
if (artdetailkey) $.setdata(artdetailkey,'artdetailkey')
112+
$.log(`[${jsname}] 获取artdetailkey请求🎉: 成功,artdetailkey: ${artdetailkey}`)
113+
$.msg(`获取artdetailkey: 成功🎉`, ``)
114+
115+
}
104116

105117
//getallkey
106118
if (typeof $request !== 'undefined') {

0 commit comments

Comments
 (0)