-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
eid和fp,后者现在不是固定值,config填的没有意义了,只能现获取,但脚本自动获取目前看大家都获取不到,吾爱有位胖友的思路给大佬们参考一下https://www.52pojie.cn/thread-1348879-1-1.html
如无法获取,自行打开京东登录后,刷新本页面!
稍等片刻……
<script src="https://gias.jd.com/js/td.js"></script>
<script>
setTimeout(function () {
try {
getJdEid(function (eid, fp, udfp) {
document.getElementById('info').innerText = '获取成功,请自行拷贝';
document.getElementById('eid').innerText = 'eid = ' + eid;
document.getElementById('fp').innerText = 'fp = ' + fp;
});
} catch (e) {
document.getElementById('info').innerText = e;
}
}, 1000);
</script>
Metadata
Metadata
Assignees
Labels
No labels