Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6671db9b4f19e35fd9540459aaab0d2e77696f93
Authored by
国亚奇
2019-11-21 16:00:32 +0800
1 parent
d99d0b8c
u
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
04.用户云/5.3 上报用户白名单.md
04.用户云/5.3 上报用户白名单.md
View file @
6671db9
...
...
@@ -22,7 +22,13 @@
22
22
<td>type</td>
23
23
<td>true</td>
24
24
<td>string</td>
25
- <td>服务类型,唯一</td>
25
+ <td>服务标识,约定唯一</td>
26
+ </tr>
27
+ <tr>
28
+ <td>sign</td>
29
+ <td>true</td>
30
+ <td>string</td>
31
+ <td>签名</td>
26
32
</tr>
27
33
</table>
28
34
...
...