{}
curl --location --request GET 'https://v3pz.itndedu.com/v3pz/menu/selectlist' \ --header 'x-token: 796be13b4e4f8c7d0383aafc7beed1c0' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 10000, "message": "success", "data": [ { "id": 0, "name": "超级管理员" }, { "id": 1, "name": "DIDI" } ] }