小程序主页接口

This commit is contained in:
张松 2025-03-07 14:52:18 +08:00
parent 8e601b65dd
commit 69d3a7fa78
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
// 重置根路径防止satoken切割根路径导致匹配不到路径
ApplicationInfo.routePrefix = "";
SaRouter.match("/user/**").notMatch("/user/login", "/user/test", "/user/geo/**", "/user/home/**")
SaRouter.match("/user/**").notMatch("/user/login", "/user/test", "/user/geo/**", "/user/home/**", "/user/home/**", "/user/dict/**")
.notMatch("/pay/**")
.notMatch("/notify/**")
.check(r -> MyStpLogic.CLIENT_LOGIC.checkLogin())

View File

@ -178,7 +178,7 @@
and a.name like concat('%', #{name}, '%')
</if>
<if test="classify != null">
and c.category_id = #{classify}
and c.group_category_id = #{classify}
</if>
<if test="distanceType != null">
and ST_Distance_Sphere(POINT(b.lng, b.lat), POINT(#{lng}, #{lat})) &lt;= #{distanceType}