Commit 9d14179d authored by rlgy's avatar rlgy

update

parent 53037b1d
......@@ -44,7 +44,7 @@ class BillController extends BaseController
$from = $post['from'] ?? '';
$coinname = $post['coinname'] ?? '';
$chain = $post['chain'] ?? '';
$page = $post['$page'] ?? 1;
$page = $post['page'] ?? 1;
$limit = $post['limit'] ?? 10;
if (empty($from)) {
return ['code' => -1, 'msg' => '数据不存在'];
......
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