1 Star 0 Fork 0

fanyangchu/jd-assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_eid_fp.html 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
tychxn 提交于 2020-02-06 00:36 . Feat: get eid and fp automatically
<html>
<head></head>
<body>
<div id="info">获取中……</div>
<hr>
<div id="eid"></div>
<div id="fp"></div>
</body>
</html>
<script src="https://gias.jd.com/js/td.js"></script>
<script>
setTimeout(function () {
try {
getJdEid(function (eid, fp, udfp) {
document.getElementById('info').innerText = '请把下面的内容复制到配置文件 config.ini 中的对应位置';
document.getElementById('eid').innerText = 'eid = ' + eid;
document.getElementById('fp').innerText = 'fp = ' + fp;
});
} catch (e) {
document.getElementById('info').innerText = e;
}
}, 1000);
</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanych/jd-assistant.git
git@gitee.com:fanych/jd-assistant.git
fanych
jd-assistant
jd-assistant
master

搜索帮助