This commit is contained in:
lxk0301
2021-01-17 14:29:30 +08:00
parent c2a5dd9087
commit 1fcf932b96
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)}`)