- 前端 productType/userInfo 改为 orderType/assessmentInfo 对齐后端 DTO - 添加 gender/age/educationStage 数据格式转换(字符串转int) - Program.cs 设置 Console.OutputEncoding = UTF8 解决日志中文乱码 - AddJsonOptions 配置 UnsafeRelaxedJsonEscaping 解决响应中文转义 - Dockerfile 添加 LANG/LC_ALL=C.UTF-8 环境变量 |
||
|---|---|---|
| .. | ||
| index.js | ||
| useAuth.js | ||
| useNavbar.js | ||
| usePayment.js | ||