提交 06461316 编写于 作者: weixin_45361532's avatar weixin_45361532 😐

更新docs/uniCloud/uni-im.md

上级 4d44f367
......@@ -340,7 +340,7 @@ console.log(token);
/*
// 验证签名
try{
let decoded = jwt.verify(token, wjtSecret);
let decoded = jwt.verify(token, jwtSecret);
console.log(decoded)
}catch{
console.error("签名验证失败")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册