Showing
1 changed file
with
4 additions
and
4 deletions
@@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
82 | { | 82 | { |
83 | "code": 200, | 83 | "code": 200, |
84 | "data": { | 84 | "data": { |
85 | - "content": [ | 85 | + "list": [ |
86 | { | 86 | { |
87 | "id": 1, | 87 | "id": 1, |
88 | "sizeName": "1" | 88 | "sizeName": "1" |
@@ -104,10 +104,10 @@ | @@ -104,10 +104,10 @@ | ||
104 | "sizeName": "105" | 104 | "sizeName": "105" |
105 | } | 105 | } |
106 | ], | 106 | ], |
107 | - "number": 0,-第几页 | 107 | + "page": 0,-第几页 |
108 | "size": 0,-单页记录数 | 108 | "size": 0,-单页记录数 |
109 | - "totalElements": 437,--总数 | ||
110 | - "totalPages": 1--总页数 | 109 | + "total": 437,--总数 |
110 | + "totalPage": 1--总页数 | ||
111 | }, | 111 | }, |
112 | "md5": "81531967e3291781f608555ca63ccd28", | 112 | "md5": "81531967e3291781f608555ca63ccd28", |
113 | "message": "Product size List." | 113 | "message": "Product size List." |
-
Please register or login to post a comment