mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	【新增】 protection 模块新增 signature 实现 API 签名
This commit is contained in:
		| @@ -23,6 +23,10 @@ public class CacheRequestBodyWrapper extends HttpServletRequestWrapper { | ||||
|      */ | ||||
|     private final byte[] body; | ||||
|  | ||||
|     public byte[] getBody() { | ||||
|         return body; | ||||
|     } | ||||
|  | ||||
|     public CacheRequestBodyWrapper(HttpServletRequest request) { | ||||
|         super(request); | ||||
|         body = ServletUtils.getBodyBytes(request); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhougang
					zhougang