This commit is contained in:
admin 2025-01-04 14:20:31 +08:00
parent a713c61d7a
commit b75f526397
3 changed files with 21 additions and 2 deletions

19
jd_dplh0101.js Normal file

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long