From ec6cc459ab54844b0034c0e43cb4d2d3d8e73031 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 17 Oct 2024 20:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 09b5acee..33032f58 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -983,6 +983,7 @@ function shareResource() { } let textcontent = globalMap0.getVar('Jy_gmParams').zip(JSON.stringify(text)); try{ + log('content='+textcontent+'&path='+it.path+'&auth_code='+it.token); let pasteupdate = JSON.parse(request('https://pasteme.tyrantg.com/api/update', { body: 'content='+textcontent+'&path='+it.path+'&auth_code='+it.token, method: 'POST'