通过用户账号获取短评列表
POST
http://localhost:3001/api/movie/comment/listByAccount
接口描述
根据用户账号获取列表
请求参数
参数名
类型
描述
必填
user_account
string
用户账号:必须
必填
page
number
当前页数:非必须
必填
pageSize
number
每页数据量:非必须
必填