Example #1
0
 public function cardList($parent_id, $child_id)
 {
     $result = Card::cardList($parent_id, $child_id);
     return $result;
 }