We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193d582 commit 03a99b3Copy full SHA for 03a99b3
app/appapi/modules/V1/controllers/CategoryController.php
@@ -60,7 +60,7 @@ public function actionList()
60
} else {
61
return [
62
'code' => 400,
63
- 'message' => 'fetch category fail , exceeded the maximum number of pages',
+ 'message' => 'fetch category fail , exceeded the maximum number of pages ['.$page.' <= '.$pageCount.']',
64
'data' => [],
65
];
66
}
0 commit comments