|
|
@@ -4,6 +4,26 @@
|
|
|
|
|
|
---
|
|
|
|
|
|
+## v1.0.406 (2026-07-19)
|
|
|
+
|
|
|
+### Bug 修复
|
|
|
+- resolve @RequestAttribute familyId 400 error by resolving via MembershipService
|
|
|
+- replace @RequestAttribute("familyId") with
|
|
|
+
|
|
|
+### 其他
|
|
|
+- no interceptor sets familyId as a request attribute → Spring 400 error.
|
|
|
+- @RequestAttribute("userId") + membershipService.getUserFamilyId(userId)
|
|
|
+- Affected controllers:
|
|
|
+- - MindFortuneController (getTodayFortune, refreshFortune, exportFortuneReport)
|
|
|
+- - PackagePaymentController (createOrder)
|
|
|
+- - MarketController (purchasePackage, getMyPlans)
|
|
|
+- - BindController (acceptBind, getBoundGuides, unbind)
|
|
|
+-
|
|
|
+
|
|
|
+### 新功能
|
|
|
+- add purchase recommendation section to dan-assessment/report-upload page
|
|
|
+
|
|
|
+
|
|
|
## v1.0.405 (2026-07-19)
|
|
|
|
|
|
### Bug 修复
|