获取设置信息
GET
/myauth/web/getConfig
请求参数
Header 参数
token
string
必需
示例值:
ec22762345c74b3c9a1201d092d16e1f
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/myauth/web/getConfig' \
--header 'token: ec22762345c74b3c9a1201d092d16e1f'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
object
必需
id
integer
必需
seoTitle
string
必需
seoKeywords
string
必需
seoDescription
string
必需
openApiKey
string
必需
selfRegisterStatus
integer
必需
selfChangeUserStatus
integer
必需
selfUseCkeyStatus
integer
必需
selfUnbindStatus
integer
必需
timestamp
integer
必需
示例
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"id": 1,
"seoTitle": "MyAuth",
"seoKeywords": "MyAuth授权管理系统;免费授权系统",
"seoDescription": "一款稳定 高效 免费的授权管理系统",
"openApiKey": "5116a15e574c48bfae6e8cf6fe8b913d",
"selfRegisterStatus": 0,
"selfChangeUserStatus": 0,
"selfUseCkeyStatus": 0,
"selfUnbindStatus": 0
},
"timestamp": 1691435441697
}