curl --location --request GET 'https://test-api.yunjishop.cn/member/config/list?category=&parentId=&name='
{
"total": 0,
"rows": [
{
"id": 0,
"category": "string",
"parentId": 0,
"name": "string"
}
],
"code": 0,
"msg": "string"
}