fix contents

This commit is contained in:
icret
2021-11-16 12:57:14 +08:00
parent 7b519752d0
commit 9b14b06e63
12 changed files with 36 additions and 199 deletions

View File

@@ -37,7 +37,7 @@ function getID($token)
} else {
return ('没有这个用户ID');
}
};
}
// 通过ID查找用户Token
function getIDToken($id)
@@ -49,5 +49,5 @@ function getIDToken($id)
return $value;
}
}
};
}