{
"clientId": "6400e6ed399f8faf523376c2ae855693",
"clientKey": "ab",
"clientSecret": "123666",
"grantTypeList": [
"password",
"sms",
"social"
],
"grantType": "password,sms,social",
"deviceType": "ac",
"activeTimeout": 1800,
"timeout": 604800,
"status": 0,
"id": 5,
"delFlag": 0,
"tenantId": "000000"
}curl --location --request PUT '/system/client' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "6400e6ed399f8faf523376c2ae855693",
"clientKey": "ab",
"clientSecret": "123666",
"grantTypeList": [
"password",
"sms",
"social"
],
"grantType": "password,sms,social",
"deviceType": "ac",
"activeTimeout": 1800,
"timeout": 604800,
"status": 0,
"id": 5,
"delFlag": 0,
"tenantId": "000000"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}