forked from adsproo/txnews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmryy.js
More file actions
13 lines (12 loc) · 395 Bytes
/
mryy.js
File metadata and controls
13 lines (12 loc) · 395 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
//每日英语阅读/每日外刊
by:chamberlen
//^https:\/\/dict\.eudic\.net\/jingting\/GetThisChapterTaskStatus? url script-response-body mryy.js
mitm = dict.eudic.net
*/
let obj=JSON.parse($response.body);
obj.tasks[0].finished= true;
obj.tasks[0].task_action.user_purchase_status = "1";
//obj.tasks[0].optional = true;
//obj.tasks[0].finish_star = "1";
$done({body:JSON.stringify(obj)})