mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-20 05:01:53 +08:00
【代码优化】framework:优化 HTTP 请求签名的实现
1、单测从集成测试,改成单元测试 2、SignatureAspect 调整代码,提升易读性 3、sign 算法调整,使用 querystring + body + header + appsecret 更容易理解
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
|
||||
<!-- Test 测试相关 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<artifactId>yudao-spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user