curl --location --request GET 'http://s.front.lc/api/comment/list?externalId=test' \ --header 'authorization: eyJhbGciOiJIUzI1NiJ9.eyJpZCI6MSwiZW1haWwiOiJsY0Bmcm9udC5sYyJ9.Bun0onERvIbqmPVg5sBtbdZcIcRfnD0zxKpixrlixOw'
{ "msg": "string", "code": 0, "data": { "id": 0, "desc": "string", "externalId": "string", "userId": 0, "commentArr": [ { "id": 0, "sourceId": 0, "createdAt": "string", "content": "string", "userId": 0, "replyArr": [ { "id": 0, "createdAt": "string", "sourceId": 0, "content": "string", "userId": 0, "replyUserId": 0, "user": { "id": 0, "name": "string" }, "reply": { "id": 0, "name": "string" } } ], "user": { "id": 0, "name": "string" } } ] } }