This commit is contained in:
lxk0301
2020-11-28 16:23:34 +08:00
parent 3a81737808
commit 6c4b04cedf
2 changed files with 55 additions and 4 deletions

View File

@@ -585,7 +585,7 @@ function readShareCode() {
console.log(`${$.name} API请求失败请检查网路重试`)
} else {
if (data) {
console.log(`随机取${randomCount}码放到您固定的互助码后面`)
console.log(`随机取${randomCount}码放到您固定的互助码后面`)
data = JSON.parse(data);
}
}