Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/testModule/getSearchHistory?user_id&record_num' \
--header 'Authorization;'
{
"code": 0,
"msg": null,
"data": [
{
"id": null,
"search_word": "鲍丘河-箭杆河",
"bot_time": "2025-02-10 14:24:20",
"user_id": null
},
{
"id": null,
"search_word": "司各庄排干",
"bot_time": "2025-02-10 14:24:18",
"user_id": null
}
],
"ok": true
}