- Admins
- AppSettings
- Blacklist
- ChatRecord
- CityLocation
- Goods
- HomeLocation
- Inventories
- ItemBlocks
- ItemIcons
- LandClaims
- Localization
- Locations
- Map
- Permissions
- Players
- PointsInfo
- Server
- TeleRecord
- Whitelist
- Settings
- AutoBackup
- CommandList
- ItemList
- VipGift
- PlayerSkills
- UiIcons
- Auth
- ColoredChat
- Prefab
Get allowed commands.
GET
/api/Server/AllowedCommands
Server
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://7dtdserver.local:8888/api/Server/AllowedCommands'
返回响应
🟢200成功
application/json
Body
array of:
commands
array[string]
命令
description
string
说明
help
string
帮助
permissionLevel
integer <int32>
权限等级
示例
[
{
"commands": [
"string"
],
"description": "string",
"help": "string",
"permissionLevel": 0
}
]
修改于 2024-12-09 01:52:42