{}curl --location --request GET '/accountBook/getSceneList' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "操作成功",
"code": 200,
"data": [
{
"sceneId": "1",
"sceneName": "养孩子"
},
{
"sceneId": "2",
"sceneName": "养宠物"
}
]
}