This commit is contained in:
lxk0301
2021-02-02 11:58:44 +08:00
parent 8250b4fef8
commit 9106be9970
6 changed files with 7 additions and 7 deletions

View File

@ -148,9 +148,9 @@ async function doChannelsListTask(taskId, taskType) {
}
}
async function helpFriends() {
await updateInviteCode();
// await updateInviteCode();
// if (!$.inviteCodes) await updateInviteCodeCDN();
await updateInviteCodeCDN('https://gitee.com/lxk0301/updateTeam/raw/master/jd_updateSmallHomeInviteCode.json');
await updateInviteCodeCDN('https://gitee.com/lxk0301/updateTeam/raw/master/shareCodes/jd_updateSmallHomeInviteCode.json');
if ($.inviteCodes && $.inviteCodes['inviteCode']) {
for (let item of $.inviteCodes.inviteCode) {
if (!item) continue