This commit is contained in:
Faker 2024-12-06 14:46:54 +08:00
parent 135cf85b51
commit f15d602ba4
4 changed files with 17 additions and 3 deletions

File diff suppressed because one or more lines are too long

14
jd_opencard_1205.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 = '4.9.5') { async function h5stSign(body, appId, version = '4.9.6') {
const options = { const options = {
method: 'POST', method: 'POST',
url: `${args_xh.h5st_server}/h5st`, url: `${args_xh.h5st_server}/h5st`,

File diff suppressed because one or more lines are too long