1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 12:23:06 +08:00

Merge branch 'koogua/v1.3.9' into demo

This commit is contained in:
koogua 2021-07-24 15:23:25 +08:00
commit 3eb70ebffb

View File

@ -121,7 +121,7 @@ trait Response
'total_pages' => $totalPages,
];
return $this->jsonSuccess($pager);
return $this->jsonSuccess(['pager' => $pager]);
}
public function getErrorMessage($code)