|
@@ -2134,8 +2134,9 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
}
|
|
|
return Result::success($result);
|
|
|
}
|
|
|
+
|
|
|
/**
|
|
|
- * 获取网站底部信息
|
|
|
+ * 路由匹配
|
|
|
* @param array $data
|
|
|
*/
|
|
|
public function getWebsiteRoute(array $data): array
|
|
@@ -2152,4 +2153,5 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
return Result::success($result['category_id']);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
}
|