OMEGA\ericyh.huang 2 년 전
부모
커밋
4d76a4c31d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php 파일 보기

34
         $profile = Survey::where('line_user_id',$request->lineUserId)->first();
34
         $profile = Survey::where('line_user_id',$request->lineUserId)->first();
35
         if(!empty($profile->id)){
35
         if(!empty($profile->id)){
36
             $profile->filler_content = json_decode($profile->filler_content, true);
36
             $profile->filler_content = json_decode($profile->filler_content, true);
37
+            $this->botActionsSend($lineUserId,[$this->buildActionsRequest("setMenu", config("botApi.setMenuDoneSurvey"))]);
37
         }
38
         }
38
         return response()->json(["data" => $profile] );
39
         return response()->json(["data" => $profile] );
39
     }
40
     }