Showing
1 changed file
with
3 additions
and
0 deletions
@@ -57,6 +57,9 @@ class CouponController extends AbstractAction | @@ -57,6 +57,9 @@ class CouponController extends AbstractAction | ||
57 | $this->_view->display('index', $data); | 57 | $this->_view->display('index', $data); |
58 | } | 58 | } |
59 | 59 | ||
60 | + /** | ||
61 | + * 领券操作 | ||
62 | + */ | ||
60 | public function receiveCouponAction() | 63 | public function receiveCouponAction() |
61 | { | 64 | { |
62 | $receiveData = filter_input_array(INPUT_GET,array( | 65 | $receiveData = filter_input_array(INPUT_GET,array( |
-
Please register or login to post a comment