curl --location --request POST '/adminapi/setting.ai_setting/setChatConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'is_sensitive="1"' \
--form 'is_markdown="1"' \
--form 'chat_logo="http://www.php-gtp.localhost/resource/image/adminapi/default/chat_logo.png"' \
--form 'is_tip=""'{
"code": 1,
"show": 0,
"msg": "设置成功",
"data": []
}