mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-01 19:37:42 +08:00
docs: 增加“API接口参数签名”章节 视频讲解链接(B站抓蛙师)
This commit is contained in:
parent
3cfe6c866e
commit
1bfb26c191
@ -1,5 +1,9 @@
|
||||
# API 接口参数签名
|
||||
|
||||
<p><a class="case-btn case-btn-video" href="https://www.bilibili.com/video/BV17oeKeZEHo/" target="_blank">
|
||||
观看本节视频讲解(B站:抓蛙师)
|
||||
</a></p>
|
||||
|
||||
在涉及跨系统接口调用时,我们容易碰到以下安全问题:
|
||||
|
||||
- 请求身份被伪造。
|
||||
|
@ -383,6 +383,12 @@ body {
|
||||
background-size: 18px 18px;
|
||||
background-image: url(icon/code.svg);
|
||||
}
|
||||
#main .case-btn,#main .case-btn-video{
|
||||
background-color: #ECF5FF;
|
||||
color: #1979DA;
|
||||
border: 1px #1D7CF0 solid !important;
|
||||
background-image: url(icon/video.svg);
|
||||
}
|
||||
#main .dt-btn{display: none;}
|
||||
|
||||
|
||||
|
1
sa-token-doc/static/icon/video.svg
Normal file
1
sa-token-doc/static/icon/video.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1732479146639" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2716" id="mx_n_1732479146639" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256"><path d="M512.18430154 511.7630409m-505.43372745 0a505.43372742 505.43372742 0 1 0 1010.86745489 0 505.43372742 505.43372742 0 1 0-1010.86745489 0Z" fill="#73ABFE" p-id="2717" data-spm-anchor-id="a313x.search_index.0.i4.7ea43a81M9jman" class="selected"></path><path d="M373.94664998 257.46644997v508.59811855c0 1.20947866 1.30821162 1.94997582 2.3449076 1.3575781l440.47238174-254.31140091c1.036696-0.5923977 1.036696-2.09807521 0-2.71515618L376.29155758 256.10887187a1.57479055 1.57479055 0 0 0-2.3449076 1.3575781z" fill="#FFFFFF" p-id="2718" data-spm-anchor-id="a313x.search_index.0.i3.7ea43a81M9jman" class=""></path></svg>
|
After Width: | Height: | Size: 975 B |
Loading…
Reference in New Issue
Block a user