SaToken增加webFlux框架下获取各类MediaType的body参数工具类
Open
- Dominant language
- Java
- Stars
- 19k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
### 建议增加的新功能:
SaHolder.getRequest().getParamMap()能够获取get参数,是否能开发一个工具,能够实现获取各类MediaType的body参数,例如SaHolder.getRequest().getBodyMap()
### 应用场景阐述:
post请求验签时,获取参数进行验签比较方便。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the SaHolder.getRequest().getParamMap() API and the existing WebFlux request handling. Determine how body parameters are represented across the requested MediaType values. Done means a request utility exposes those body parameters for POST signature verification without breaking existing query-parameter access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100