File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ http://wlapp.ccdy.cn/jkd/weixin20/station/stationarticle.action? url script-requ
1111http://app.zhongchuanjukan.com/jkd/account/readAccount.action url script-request-body https://raw.githubusercontent.com/CenBoMin/GithubSync/main/WLAPP/wlappcookie.js
1212
1313http://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
Original file line number Diff line number Diff 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
106118if ( typeof $request !== 'undefined' ) {
You can’t perform that action at this time.
0 commit comments