feat:接口调整

This commit is contained in:
苏竹红
2025-07-23 10:55:54 +08:00
parent 1b88d4e15a
commit 1e0d0e4f29
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,5 @@ import java.util.List;
*/
@Data
public class StoreCodeDTO {
private List<String> storeCodeList;
}

View File

@@ -58,7 +58,7 @@ public class OpenApiValidateFilter implements Filter {
}
MDC.put(CommonConstants.REQUEST_ID, UUIDUtils.get32UUID());
//statusRefresh 放开不需要验签
if(uri.startsWith("/zxjp/open/statusRefresh/")){
if(uri.startsWith("/zxjp/open/v1/statusRefresh")||uri.startsWith("/zxjp/open/v1/getStoreUser")){
filterChain.doFilter(servletRequest, response);
return;
}