This commit is contained in:
admin 2024-11-23 16:00:32 +08:00
parent 7d93670155
commit cde0463b64
2 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@ async function try_feedsList(tabId, page) {
}
}
async function h5stSign(body, appId, version = '4.9.3') {
async function h5stSign(body, appId, version = '4.9.4') {
const options = {
method: 'POST',
url: `${args_xh.h5st_server}/h5st`,

File diff suppressed because one or more lines are too long