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

View File

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