@@ -82,41 +82,7 @@ func (r *UserController) Indexs(ctx http.Context) http.Response {
82
82
// @Param currentPage query string false "currentPage"
83
83
// @Param sort query string false "sort"
84
84
// @Param order query string false "order"
85
- // @Success 200 {string} json {
86
- // "data": [
87
- // {
88
- // "id": 6,
89
- // "created_at": "2024-05-19 11:22:22",
90
- // "updated_at": "2024-05-19 11:22:22",
91
- // "name": "Karolann Waelchi",
92
- // "mobile": "Annalise Koss",
93
- // "password": "eyJpdiI6Im5JbVNXQ2pWV0FOVkxFTG0iLCJ2YWx1ZSI6IkJKYTc5bWt0WWRrUFRPYVJlMW5NcWN0SXFWK29iYVBqIn0=",
94
- // "area": "",
95
- // "contact": "Juana Russel",
96
- // "contact_mobile": "9210102772",
97
- // "address": "95469 New Bypassshire",
98
- // "id_card": "4034197872575788",
99
- // "control_arr": null,
100
- // "pid": 0,
101
- // "parent": null,
102
- // "children": null,
103
- // "deleted_at": null
104
- // }
105
- // ],
106
- // "total": 1,
107
- // "links": {
108
- // "first": "http://localhost:3000/api/user/indexs?pageSize=2¤tPage=1",
109
- // "last": "http://localhost:3000/api/user/indexs2¤tPage=0",
110
- // "prev": "http://localhost:3000/api/user/indexs2¤tPage=0",
111
- // "next": "http://localhost:3000/api/user/indexs2¤tPage=2"
112
- // },
113
- // "meta": {
114
- // "total_page": 1,
115
- // "current_page": 1,
116
- // "per_page": 2,
117
- // "total": 1
118
- // }
119
- // }
85
+ // @Success 200 {string} json {}
120
86
// @Router /api/user [get]
121
87
```
122
88
0 commit comments