We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ac4aa commit 2053ac1Copy full SHA for 2053ac1
1 file changed
DONGFANG/dfttsign.js
@@ -744,10 +744,7 @@ function dfttsign() {
744
745
if ($request.url.indexOf("news_take_s") > 0) {
746
747
- const dftoutiaoheader = JSON.stringify($request.headers);
748
-if(dftoutiaoheader)
749
-$.setdata(dftoutiaoheader,"dftoutiaoheader" + $.idx);
750
-
+
751
const dftoutiaobody = $request.body;
752
if(dftoutiaobody)
753
$.setdata(dftoutiaobody,"dftoutiaobody" + $.idx);
@@ -756,6 +753,10 @@ if(dftoutiaobody)
756
757
754
if ($request.url.indexOf("task/center/task_index") > 0) {
758
755
+const dftoutiaoheader = JSON.stringify($request.headers);
+if(dftoutiaoheader)
+$.setdata(dftoutiaoheader,"dftoutiaoheader" + $.idx);
759
760
const dftoubody = $request.body;
761
if(dftoubody)
762
$.setdata(dftoubody,"dftoubody" + $.idx);
0 commit comments