[京喜农场] 增加 即将助力 share code log 日志

This commit is contained in:
guyuexuan
2021-01-11 20:45:28 +08:00
parent 3733042875
commit dbb38d4da7

View File

@@ -456,6 +456,7 @@ function helpShareCode(code) {
$.log('助力码与当前账号相同,跳过助力。准备进行下一个助力');
resolve(true);
}
$.log(`即将助力 share code${code}`);
$.get(
taskUrl('help', `active=${$.info.active}&joinnum=${$.info.joinnum}&smp=${code}`),
async (err, resp, data) => {