curl --location --request GET '/system/contentsman/list?order=1' \
--header 'authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImIyNmI4YjZlLTI1MDEtNDFmNC04MDhmLTJlNTE1OWIxYWQ0MSIsInVzZXJuYW1lIjoiYWRtaW4ifQ.JGQG7_0V-aujiWKacWiBjkOfbbnlLC-vu1rT1xvoe-CgpUm5Gb6iDb6GLykfkWCMZ9mVCurZtzx7yz7dAmFyVQ'{
"total": 0,
"rows": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": "string",
"remark": null,
"contentId": 0,
"contentType": 0,
"title": "string",
"content": "string",
"userId": 0,
"parentId": null,
"resourceId": null,
"category": "string",
"tags": "string",
"images": "string",
"files": null,
"viewCount": 0,
"likeCount": 0,
"commentCount": 0,
"status": 0,
"user": {
"createBy": "string",
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": "string",
"userId": 0,
"deptId": null,
"userName": "string",
"nickName": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"avatar": "string",
"password": "string",
"status": "string",
"delFlag": "string",
"loginIp": "string",
"loginDate": "string",
"dept": null,
"roles": [
{
"createBy": null,
"createTime": null,
"updateBy": null,
"updateTime": null,
"remark": null,
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"delFlag": null,
"flag": true,
"menuIds": null,
"deptIds": null,
"permissions": null,
"admin": true
}
],
"roleIds": null,
"postIds": null,
"roleId": null,
"admin": true
},
"order": null
}
],
"code": 0,
"msg": "string"
}