(143) - Add project API document

0.5
LSZ 2016-06-01 23:13:34 +08:00
parent ac06129363
commit 7e4442d210
1 changed files with 4 additions and 0 deletions

View File

@ -413,6 +413,8 @@
</div> </div>
<div class="well well-sm" id="refreshToken"> <div class="well well-sm" id="refreshToken">
<p class="pull-right"><a href="">返回</a></p>
<h3>刷新access_token (grant_type=refresh_token) <h3>刷新access_token (grant_type=refresh_token)
<small class="badge">public</small> <small class="badge">public</small>
</h3> </h3>
@ -560,6 +562,8 @@
</div> </div>
<div class="well well-sm" id="userInfoMobile"> <div class="well well-sm" id="userInfoMobile">
<p class="pull-right"><a href="">返回</a></p>
<h3>获取当前用户信息 (ROLE_MOBILE)</h3> <h3>获取当前用户信息 (ROLE_MOBILE)</h3>
<p class="text-muted">使用access_token获取用户信息, 需要有 ROLE_MOBILE 权限</p> <p class="text-muted">使用access_token获取用户信息, 需要有 ROLE_MOBILE 权限</p>