[步骤]
222
[登录账号] 111
[结果]
错误类型: api
错误信息: 接口业务错误: org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'communityId' for method parameter type Long is present but converted to null
页面地址: http://localhost:8081/#/member-ship
接口地址: /committee/community-list?communityId=
请求头:
{
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer 07161e81028f44d7aba36461b5c7ba0e"
}请求参数:
{}响应头:
{
"content-type": "application/json"
}响应数据:
{
"code": 10001,
"level": "system",
"msg": "org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'communityId' for method parameter type Long is present but converted to null",
"ok": false,
"dataType": 1
}[截图]

[期望]
正常运行