东东工厂添加判断,减少部分用户获取的数据不全导致脚本出错
This commit is contained in:
@ -1239,7 +1239,7 @@ function readShareCode() {
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
if (data) {
|
||||
console.log(`随机取个${randomCount}码放到您固定的互助码后面`)
|
||||
console.log(`随机取个${randomCount}码放到您固定的互助码后面(不影响已有固定互助)`)
|
||||
data = JSON.parse(data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user