更换系统主题风格
开发中
POST
userCenter/system-set/front
请求参数
Body 参数application/json
frontTheme
integer
主题风格
示例
{
"frontTheme": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'userCenter/system-set/front' \
--header 'Content-Type: application/json' \
--data-raw '{
"frontTheme": 1
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}