OMEGA\ericyh.huang 1 år sedan
förälder
incheckning
0594bc3347
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php Visa fil

68
             foreach($filler_content as $key => $content){
68
             foreach($filler_content as $key => $content){
69
                 array_push($clearAction, $this->buildActionsRequest("removeTag", $content));
69
                 array_push($clearAction, $this->buildActionsRequest("removeTag", $content));
70
             }
70
             }
71
+            $statusCode = $this->botActionsSend($lineUserId,$clearAction);
71
         }
72
         }
72
         
73
         
73
         //準備將填寫內容過API寫入 botbonnie 後台
74
         //準備將填寫內容過API寫入 botbonnie 後台