Skip to content

Commit 2053ac1

Browse files
authored
Update dfttsign.js
1 parent 55ac4aa commit 2053ac1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

DONGFANG/dfttsign.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -744,10 +744,7 @@ function dfttsign() {
744744

745745
if ($request.url.indexOf("news_take_s") > 0) {
746746

747-
const dftoutiaoheader = JSON.stringify($request.headers);
748-
if(dftoutiaoheader)
749-
$.setdata(dftoutiaoheader,"dftoutiaoheader" + $.idx);
750-
747+
751748
const dftoutiaobody = $request.body;
752749
if(dftoutiaobody)
753750
$.setdata(dftoutiaobody,"dftoutiaobody" + $.idx);
@@ -756,6 +753,10 @@ if(dftoutiaobody)
756753

757754
if ($request.url.indexOf("task/center/task_index") > 0) {
758755

756+
const dftoutiaoheader = JSON.stringify($request.headers);
757+
if(dftoutiaoheader)
758+
$.setdata(dftoutiaoheader,"dftoutiaoheader" + $.idx);
759+
759760
const dftoubody = $request.body;
760761
if(dftoubody)
761762
$.setdata(dftoubody,"dftoubody" + $.idx);

0 commit comments

Comments
 (0)