Commit 7e16f061 authored by 马超's avatar 马超

doc: 修改认证文档参数值为形参

parent 7e890618
...@@ -262,7 +262,7 @@ router.beforeEach(async(to, from, next) = >{ ...@@ -262,7 +262,7 @@ router.beforeEach(async(to, from, next) = >{
//token //token
X-Ldp-Token: userToken, X-Ldp-Token: userToken,
//应用领域编码 //应用领域编码
X-Realm: 'app' X-Realm: realmcode
} }
}).then(res = >{ }).then(res = >{
console.log('用户信息:' + res.data) console.log('用户信息:' + res.data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment