Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/zspt/testModule/botInfo/list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"bot_describe": "",
"bot_id": "",
"bot_app_id": "",
"bot_name": "",
"is_enable": 0,
"out_name": "",
"out_describe": "",
"choiceness": 0,
"botQuestions": [
{
"q_content": "",
"q_id": "",
"q_name": ""
}
]
}
]
}