Create Photoshop.js

未进行验证
This commit is contained in:
SVE1R 2020-05-01 22:13:55 +08:00 committed by GitHub
parent bda86734a3
commit 9f6441cde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
Scripts/Photoshop.js Normal file
View File

@ -0,0 +1,8 @@
let body = JSON.parse($response.body)
let pro = body["mobileProfile"];
pro["profileStatus"] = "PROFILE_AVAILABLE";
pro["legacyProfile"] = "{}";
pro["relationshipProfile"] = "[]";
$done({
body: JSON.stringify(body)
});