|
|
@@ -54,7 +54,7 @@ function clearData (data) {
|
|
|
function reGetData (url, callBack) {
|
|
|
const nowTime = Date.parse(new Date())
|
|
|
const serverUrl = 'https://hanshu.run/assist?route=assistAll'
|
|
|
- fetch(`${serverUrl}?route=search&username=` + (userInfo.username || ''), {
|
|
|
+ fetch(`${serverUrl}&username=` + (userInfo.username || ''), {
|
|
|
method: 'POST',
|
|
|
body: JSON.stringify({
|
|
|
"edition": 5,
|