Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
liangxs
2016-04-13 09:58:44 +0800
Commit
48571f410054763f771f45ad9ddfcd729eca24aa
2 parents
9648a627
f31897e0
Merge branch 'feature/coupon' of
http://git.dev.yoho.cn/web/yohobuy
into feature/coupon
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
View file @
48571f4
...
...
@@ -55,6 +55,9 @@ class CouponController extends AbstractAction
$this
->
_view
->
display
(
'index'
,
$data
);
}
/**
* 领券操作
*/
public
function
receiveCouponAction
()
{
$receiveData
=
filter_input_array
(
INPUT_GET
,
array
(
...
...
Please
register
or
login
to post a comment