Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8999/api/own/think/list'
{
"total": 2,
"rows": [
{
"updateTime": null,
"updateBy": null,
"createTime": "2022-04-18T02:19:57.000+00:00",
"createBy": null,
"remark": null,
"thinkId": 21,
"thinkTitle": "我的思考",
"content": "<p>专注、思考</p>",
"userId": 20
},
{
"updateTime": "2022-06-10T06:04:37.000+00:00",
"updateBy": null,
"createTime": "2022-06-10T06:03:29.000+00:00",
"createBy": null,
"remark": null,
"thinkId": 23,
"thinkTitle": "个人思考修改后111",
"content": "做事一定要事无巨细111!",
"userId": 20
}
],
"code": 200,
"msg": "查询成功!"
}