修改读取助力池api

This commit is contained in:
wisz2021
2021-05-07 09:48:57 +08:00
parent 4d0ccfed92
commit b016f72ea1
9 changed files with 10 additions and 10 deletions

View File

@ -622,7 +622,7 @@ function jdfactory_getHomeData() {
function readShareCode() {
console.log(`开始`)
return new Promise(async resolve => {
$.get({url: `http://jd.turinglabs.net/api/v2/jd/ddfactory/read/${randomCount}/`, timeout: 10000}, (err, resp, data) => {
$.get({url: `http://share.turinglabs.net/api/v3/ddfactory/query/${randomCount}/`, timeout: 10000}, (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)