...
|
...
|
@@ -74,6 +74,8 @@ class Cards extends Backend |
|
|
$params['CardsNum'] = $Api->decrypt($params['CardsNum']);
|
|
|
$params['remark'] = $Api->decrypt($params['remark']);
|
|
|
$params['money'] = $Api->decrypt($params['money']);
|
|
|
dump($params);
|
|
|
die;
|
|
|
$result = $row->allowField(true)->save($params);
|
|
|
Db::commit();
|
|
|
} catch (ValidateException $e) {
|
...
|
...
|
|