diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 45ea78b9..22ec8b51 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -543,6 +543,7 @@ class Server $result = json_decode($result, true); if ($result && !empty($result['category_list'])) { $category_list = $result['category_list']; + return $category_list; foreach ($category_list as $value) { $data[] = [ 'first_class' => $value['first_class'],