2cb93b7751
- 添加_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字段的问题