1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 21:31:37 +08:00

v1.3.9 beta4

This commit is contained in:
koogua 2021-07-24 15:23:13 +08:00
parent 76a558bab7
commit 97e7db2c74

View File

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