mi-assessment/uniapp/composables
zpc f082f20fc8 fix(order,encoding): 修复订单创建字段名不匹配和中文乱码问题
- 前端 productType/userInfo 改为 orderType/assessmentInfo 对齐后端 DTO
- 添加 gender/age/educationStage 数据格式转换(字符串转int)
- Program.cs 设置 Console.OutputEncoding = UTF8 解决日志中文乱码
- AddJsonOptions 配置 UnsafeRelaxedJsonEscaping 解决响应中文转义
- Dockerfile 添加 LANG/LC_ALL=C.UTF-8 环境变量
2026-02-21 13:18:11 +08:00
..
index.js feat(mine): 完成我的页面改造 2026-02-10 00:12:01 +08:00
useAuth.js feat(mine): 完成我的页面改造 2026-02-10 00:12:01 +08:00
useNavbar.js feat(mine): 完成我的页面改造 2026-02-10 00:12:01 +08:00
usePayment.js fix(order,encoding): 修复订单创建字段名不匹配和中文乱码问题 2026-02-21 13:18:11 +08:00