示例#1
0
 public function queryCardList($condition = '')
 {
     try {
         $action = new CheckoutCardAction();
         $result = $action->queryList($condition);
         return $result;
     } catch (Exception $e) {
         system_out("queryCardList error:" . $e);
         throw new Exception($e);
     }
 }