Update Aweme.js

This commit is contained in:
Shawn
2019-06-25 14:13:08 +08:00
committed by GitHub
parent dda4802a89
commit 69c0991220

View File

@@ -1,3 +1,4 @@
$notify(TikTok, 已匹配)
let result = $response.body;
function replaceAll(str, find, replace) {
return str.replace(new RegExp(find, 'g'), replace);
@@ -32,7 +33,6 @@ if(result.indexOf('aweme_list') != -1){
}
body = JSON.stringify(body);
$notify(TikTok, 已匹配)
$done({body});
/**********************************************************