Skip to content

Commit 257a770

Browse files
committed
readme
1 parent 5646cd0 commit 257a770

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

README.md

+1-35
Original file line numberDiff line numberDiff line change
@@ -82,41 +82,7 @@ func (r *UserController) Indexs(ctx http.Context) http.Response {
8282
// @Param currentPage query string false "currentPage"
8383
// @Param sort query string false "sort"
8484
// @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&currentPage=1",
109-
//"last": "http://localhost:3000/api/user/indexs2&currentPage=0",
110-
//"prev": "http://localhost:3000/api/user/indexs2&currentPage=0",
111-
//"next": "http://localhost:3000/api/user/indexs2&currentPage=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 {}
12086
// @Router /api/user [get]
12187
```
12288

0 commit comments

Comments
 (0)