Authorization: ********************
curl --location --request GET 'http://122.51.138.163:8080/h5/user/blacklist' \
--header 'Authorization;'
{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "string",
"updateBy": null,
"updateTime": null,
"userType": null,
"remark": null,
"id": "string",
"userId": "string",
"userNickName": "string",
"userAvatar": "string"
}
],
"code": 0,
"msg": "string"
}