9A8.升迁 300.301.741 手册
原创2025年3月24日实战升迁小于 1 分钟
9A8.升迁 300.301.741 手册
在已升级到3.3.140
后,从300.301.741
开始的升级手册,包括,
- Bounty Hunter 赏金
- 300.301.741
9A8.1.Bounty Hunter 赏金
使用SemVer,有SpringBoot和wingsDev合成,包括了很多破坏性重构。
300.301.741 Oauth nonceCheck
#337 ⚠️ 运行时 - AuthCheckController#nonceCheck
rename to JustAuthRequestManager
#346 💥 编译时 - JustAuthRequestBuilder
- * @return {401} token is not-found, expired, or failed
+ * @return {200 | Result(false))
- * @return {200 | Result(false, message='authing')} in authing
+ * @return {200 | Result(false, code='authing', message='authing')} in authing
- * @return {200 | Result(true, data=sessionId)}
+ * @return {200 | Result(true, code='session', data=sessionId)}