Files
server-core/app
Pine 2cb93b7751 修复:服务市场接口全线snake_case转camelCase,修复服务方信息加载
- 添加_to_camel通用转换函数,将所有snake_case字段转为camelCase
- 服务列表接口:添加LEFT JOIN talent_profiles,组装talent对象(userId/displayName/avatar/headline/bio)
- 服务详情接口:添加contentHtml字段转换,组装talent对象
- myServices接口:返回完整字段(category/description/contentHtml/paymentMethods等),支持编辑功能
- 修复前端无法正确读取opcName/publisherType/salesCount等camelCase字段的问题
2026-09-05 17:30:04 +08:00
..