改进
This commit is contained in:
parent
9cee90c8ee
commit
777e028aea
@ -13,10 +13,11 @@
|
|||||||
@elseif (isset($data['from_user']) && !is_null($data['from_user']))
|
@elseif (isset($data['from_user']) && !is_null($data['from_user']))
|
||||||
<span>来自用户:{{ $data['from_user']['name'] }}</span>
|
<span>来自用户:{{ $data['from_user']['name'] }}</span>
|
||||||
@else
|
@else
|
||||||
<span>一个第三方的应用程序</span>
|
<span>一个应用程序</span>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</code>
|
</code>
|
||||||
想要获取你的用户信息。
|
的验证请求
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p>{{ $data['meta']['description'] }}</p>
|
<p>{{ $data['meta']['description'] }}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user