{
"appId": "string",
"appSecret": "string"
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/channel/op/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"appSecret": "string"
}'
{
"code": 200,
"msg": "成功",
"data": []
}