This commit is contained in:
lxk0301
2020-11-28 16:23:34 +08:00
parent aaab98c570
commit 72ccbd52cc
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);
}
}