curl --location --request GET 'https://test-api.yunjishop.cn/member/app/userReport/queryReportReasonList'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"dictCode": 0,
"dictLabel": "string",
"dictValue": "string"
}
]
}