Skip to content

Commit 03a99b3

Browse files
category
1 parent 193d582 commit 03a99b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/appapi/modules/V1/controllers/CategoryController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function actionList()
6060
} else {
6161
return [
6262
'code' => 400,
63-
'message' => 'fetch category fail , exceeded the maximum number of pages',
63+
'message' => 'fetch category fail , exceeded the maximum number of pages ['.$page.' <= '.$pageCount.']',
6464
'data' => [],
6565
];
6666
}

0 commit comments

Comments
 (0)