OMEGA\ericyh.huang пре 1 година
родитељ
комит
4d76a4c31d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php Прегледај датотеку

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