Skip to content

Commit

Permalink
category
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jun 24, 2021
1 parent 193d582 commit 03a99b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/appapi/modules/V1/controllers/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function actionList()
} else {
return [
'code' => 400,
'message' => 'fetch category fail , exceeded the maximum number of pages',
'message' => 'fetch category fail , exceeded the maximum number of pages ['.$page.' <= '.$pageCount.']',
'data' => [],
];
}
Expand Down

0 comments on commit 03a99b3

Please sign in to comment.