Commit b9b9175b authored by shajiaiming's avatar shajiaiming

fix

parent 1a24e722
...@@ -147,7 +147,13 @@ class TickerController extends BaseController ...@@ -147,7 +147,13 @@ class TickerController extends BaseController
if (false == $data) { if (false == $data) {
$msg = 'success'; $msg = 'success';
$code = 0; $code = 0;
$data = []; $data = [
'ticker' => [],
'page' => [
'pageSize' => 50,
'currentPage' => (int)$page,
]
];
goto doEnd; goto doEnd;
} }
$ticker = []; $ticker = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment