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)