diff --git a/others/API/SOS_API-0.5.html b/others/API/SOS_API-0.5.html index b65872b..c93faf4 100644 --- a/others/API/SOS_API-0.5.html +++ b/others/API/SOS_API-0.5.html @@ -6,6 +6,11 @@
+ API - 查看提供的API文档 +
+ client_details - 管理ClientDetails +
+ User - 管理User +
++ Unity - Unity 资源(resource), 需要具有 [ROLE_UNITY] 权限(resourceId: + unity-resource才能访问 +
++ Mobile - Mobile资源(resource), 需要具有 [ROLE_MOBILE] 权限(resourceId: + mobile-resource才能访问 +
说明: Unity与Mobile菜单需要先获取到access_token
后才能正常访问; 可以尝试在URL后面任意添加access_token参数值试试效果,
diff --git a/src/main/webapp/resources/api/SOS_API-0.5.html b/src/main/webapp/resources/api/SOS_API-0.5.html
index f148f7b..b5cc0c2 100644
--- a/src/main/webapp/resources/api/SOS_API-0.5.html
+++ b/src/main/webapp/resources/api/SOS_API-0.5.html
@@ -6,6 +6,12 @@