Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:3001/api/user/getUserList?pageIndex=1&pageSize=10'
{ "success": true, "data": { "users": [ { "uid": "a69d3e2b-8607-438e-95d7-880be67ae2bd", "nickname": "Foo", "usercode": "1001", "status": "1", "channel": "网站", "allowedStart": null, "allowedEnd": null, "createdAt": "2023-06-11T19:01:49.000Z", "updatedAt": "2023-06-11T19:01:49.000Z" }, { "uid": "6c07233c-2b45-447c-921e-bf13af9a0d1d", "nickname": "Foo", "usercode": "1002", "status": "1", "channel": "网站", "allowedStart": "2022-06-15T09:47:45.000Z", "allowedEnd": "2022-07-21T09:47:45.000Z", "createdAt": "2023-06-11T18:57:14.000Z", "updatedAt": "2023-06-11T18:59:02.000Z" } ], "currentPage": 1, "totalPages": 1, "totalCount": 2 } }