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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-04-12 15:14:39 +0800
Commit
f31897e03c3dacdc49d2995487bf94e22b454b34
1 parent
2ae3770b
添加注释
Show 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 @
f31897e
...
...
@@ -57,6 +57,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