mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
Initial commit: new history
This commit is contained in:
13
Scripts/QuDa.js
Normal file
13
Scripts/QuDa.js
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @author fmz200
|
||||
* @function 去哒 首页开屏广告
|
||||
* @date 2023-11-27 22:50:13
|
||||
*/
|
||||
var body = $response.body;
|
||||
var obj = JSON.parse(body);
|
||||
if (obj.data.length == 600) {
|
||||
obj.data = "null";
|
||||
$done({body: JSON.stringify(obj)});
|
||||
} else {
|
||||
$done({});
|
||||
}
|
||||
Reference in New Issue
Block a user