コード例 #1
0
 public function getGetactivity()
 {
     $activity = new Activity();
     $response = $activity->getActivity(434);
     print_r($response);
     dd("Home");
 }