From 9be6fb1284665716b6e29ed842a1a9c110bff525 Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 20 Apr 2022 18:36:29 +0800 Subject: [PATCH] yqm --- jrttjsb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrttjsb.js b/jrttjsb.js index 6c11754..f88c9f2 100644 --- a/jrttjsb.js +++ b/jrttjsb.js @@ -329,7 +329,7 @@ async function GetNewTabs() { async function PostInviteCode() { let caller = printCaller() - let body = `{"invitecode" : "1173836876"}` + let body = `{"invitecode" : "1047229396"}` let url = `${hostname}/luckycat/lite/v1/invite/post_invite_code/?aid=35&update_version_code=85221&device_platform=iphone&&device_type=iPhone13,2` let urlObject = populatePostUrl(url,body) await httpPost(urlObject,caller)