获取京东昵称API最近经常错误,故邀请码打印信息全部改成显示用户名的
This commit is contained in:
@@ -284,7 +284,7 @@ function getActContent(info = false, shareUuid = '') {
|
||||
}
|
||||
$.actorUuid = $.userInfo.actorUuid
|
||||
// if(!info) console.log(`您的好友助力码为${$.actorUuid}`)
|
||||
if(!info) console.log(`\n【京东账号${$.index}(${$.nickName || $.UserName})的${$.name}好友互助码】${$.actorUuid}\n`);
|
||||
if(!info) console.log(`\n【京东账号${$.index}(${$.UserName})的${$.name}好友互助码】${$.actorUuid}\n`);
|
||||
$.gold = $.userInfo.bookStore.hasStoreGold
|
||||
if (!info) {
|
||||
const tasks = data.data.settingVo
|
||||
|
Reference in New Issue
Block a user