curl --location --request GET '/adminapi/setting.ai_setting/getChatConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"is_sensitive": 1,
"is_markdown": 1,
"chat_logo": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_default": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_example": "http://www.php-gtp.localhost/resource/image/adminapi/default/chat_example.png"
}
}