### 查询全部用户 POST http://localhost:8080/rest/api/userEntity/list Content-Type: application/json ### 添加用户-1 POST http://localhost:8080/rest/api/userEntity/add Content-Type: application/json { "username": "李四", "mobile": "13111112222", "email": "lisi@123.com", "cityId": "130100", "status": 1, "loginId": "lisizhanghao" } ### 添加用户-2 POST http://localhost:8080/rest/api/userEntity/add Content-Type: application/json { "username": "王五", "mobile": "13111112222", "email": "lisi@123.com", "cityId": "130100", "status": 1, "loginId": "wangwuzhanghao" }