{
"sort_order": 50,
"link_title": "百度",
"link_url": "https://www.baidu.com",
"link_logo": "img/gallery/202403/1710297151Y2zKP2HdBlz1fK51Vp.jpeg"
}
curl --location --request POST '/adminapi/setting/friend_links/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort_order": 50,
"link_title": "百度",
"link_url": "https://www.baidu.com",
"link_logo": "img/gallery/202403/1710297151Y2zKP2HdBlz1fK51Vp.jpeg"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "友情链接添加成功"
}
}