mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
let body = $response.body
|
|
body=JSON.parse(body)
|
|
body['response']['user']['is_premium']=true
|
|
body=JSON.stringify(body)
|
|
$done({body})
|