POST에 type, btn, gen 빠진것 보정

This commit is contained in:
2018-04-12 02:31:30 +09:00
parent 5a176568e9
commit 74d86b7897
9 changed files with 42 additions and 17 deletions
+1
View File
@@ -15,6 +15,7 @@ $v->rule('integer', [
'sel'
]);
$btn = Util::getReq('btn');
$amount = Util::getReq('amount', 'int');
$cost = Util::getReq('cost', 'int');
$topv = Util::getReq('topv', 'int');