k94314517
2024-07-29 5f7ae7213ba0b6baf4e1b53202f08ac1c454e8fc
server/web/src/main/java/com/doumee/api/web/CustomerManageApi.java
@@ -147,6 +147,7 @@
        String token = DigestUtils.md5Hex(timestamp+interfaceKey);
        if(!token.equals(sign)){
            throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"token已失效!");
        }
        try{
            response.setHeader("Cache-Control", "no-store, no-cache");