curl --location --request GET '/admin-api/system/social-client/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 27162,
"name": "yudao商城",
"socialType": 31,
"userType": 2,
"clientId": "wwd411c69a39ad2e54",
"clientSecret": "peter",
"agentId": "2000045",
"status": 1,
"createTime": "2019-08-24T14:15:22Z"
},
"msg": "string"
}