作者 王智

RSA1

... ... @@ -89,7 +89,11 @@ class Cards extends Backend
}
$this->error(__('Parameter %s can not be empty', ''));
}
dump($row);
$Api = new SetCode();
$row['mobile'] = $Api->decrypt($row['mobile']);
$row['CardsNum'] = $Api->decrypt($row['CardsNum']);
$row['remark'] = $Api->decrypt($row['remark']);
$row['money'] = $Api->decrypt($row['money']);
$this->view->assign("row", $row);
return $this->view->fetch();
}
... ...