curl --location --request GET 'https://test-api.yunjishop.cn/member/app/config/hobby'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"name": "string",
"childs": [
{
"name": "string",
"tid": 0
}
],
"tid": 0
}
]
}