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-14 14:48:05 +0800
Commit
ffe114c13eff4d109a8600083e3dd583aaaf876c
2 parents
18b48031
0b430731
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
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
View file @
ffe114c
...
...
@@ -116,7 +116,7 @@ class CouponController extends AbstractAction
public
function
getCoupon
(
$couponIds
)
{
foreach
(
$couponIds
as
$key
=>
$value
)
{
// 后端一些处理操作
// 后端一些处理操作
+ 1
}
return
rand
(
1
,
4
);
}
...
...
Please
register
or
login
to post a comment