This commit is contained in:
lxk0301
2021-01-17 14:29:30 +08:00
parent cdf668ad24
commit deb0359b3e
6 changed files with 8 additions and 8 deletions

View File

@@ -443,7 +443,7 @@ async function showMsg() {
}
function readShareCode() {
return new Promise(async resolve => {
$.get({url: `http://api.turinglabs.net/api/v1/jd/pet/read/${randomCount}/`, 'timeout': 10000}, (err, resp, data) => {
$.get({url: `http://jd.turinglabs.net/api/v2/jd/pet/read/${randomCount}/`, 'timeout': 10000}, (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)