|
@@ -555,7 +555,7 @@ class UserService
|
|
|
'gender' => $data->gender,
|
|
|
'work_years' => $data->workYears,
|
|
|
'intention_city' => $data->intentionCity,
|
|
|
- 'life_photos' => json_encode($data->lifePhotos), // 将数组转换为JSON字符串
|
|
|
+ 'life_photos' => $data->lifePhotos, // 将数组转换为JSON字符串
|
|
|
'introduction' => $data->introduction,
|
|
|
'coach_id' => $coach->id,
|
|
|
'state' => TechnicianAuthStatus::AUDITING->value,
|