소스 검색

fixed:用户端-申请技师

刘学玺 4 달 전
부모
커밋
f1792a57d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Client/UserService.php

+ 1 - 1
app/Services/Client/UserService.php

@@ -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,