pub async fn list_friend_links() -> Result<Vec<FriendLink>, ServerFnError>Expand description
前台友链列表(仅活跃,按 sort_order 升序)。
缓存命中直返;未命中查询 friend_links 活跃行后写缓存。公开接口,无需登录。
§Handler information
- Method:
post - Path:
<auto>
pub async fn list_friend_links() -> Result<Vec<FriendLink>, ServerFnError>前台友链列表(仅活跃,按 sort_order 升序)。
缓存命中直返;未命中查询 friend_links 活跃行后写缓存。公开接口,无需登录。
post<auto>