feat: updates
This commit is contained in:
@@ -39,7 +39,7 @@ var main = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
var getResultStr = $$.httpRequest().url('https://playsecurity.org/editItem.jsonp').post($$.keyValues()
|
||||
var getResultStr = $$.httpRequest().url('https://play.hatter.me/editItem.jsonp').post($$.keyValues()
|
||||
.kv('token', token)
|
||||
.kv('id', id)
|
||||
.kv('act', 'GET')
|
||||
@@ -84,7 +84,7 @@ var main = () => {
|
||||
+ ', diff: '
|
||||
+ repeat(' ', (6 - secs.length)) + secs + ' s');
|
||||
|
||||
var putResultStr = $$.httpRequest().url('https://playsecurity.org/editItem.jsonp').post($$.keyValues()
|
||||
var putResultStr = $$.httpRequest().url('https://play.hatter.me/editItem.jsonp').post($$.keyValues()
|
||||
.kv('token', token)
|
||||
.kv('id', id)
|
||||
.kv('act', 'PUT')
|
||||
|
||||
Reference in New Issue
Block a user