This commit is contained in:
lxk0301
2020-12-04 18:55:31 +08:00
parent d508a87405
commit abfc32ce44
2 changed files with 42 additions and 7 deletions

View File

@ -157,7 +157,7 @@ async function doChannelsListTask(taskId, taskType) {
}
async function helpFriends() {
await updateInviteCode();
if (!$.updatePkActivityIdRes) await updateInviteCodeCDN();
if (!$.inviteCodes) await updateInviteCodeCDN();
for (let item of $.inviteCodes.inviteCode) {
if (!item) continue
await createAssistUser(item, $.createAssistUserID || "1318106976846299138");