Explorar el Código

chore: auto bump version and changelog [skip ci]

iwt hace 2 meses
padre
commit
2c63afb83d

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-cfd282779ec0c0838281c6adfd690da42dde9cb6
+9e7aa38652eb126f562cfee14229dc1612d1a415

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.405",
+  "version": "1.0.406",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 20 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -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 修复

+ 21 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.405
+> 当前版本: v1.0.406
 
 ## 历史版本
 
@@ -8,6 +8,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 修复