Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
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
xiaofeng.yao@yoho.cn
8 years ago
Commit
8bf24001d695d03f529d9fc6630cc4348e780f8a
1 parent
5c2aa6c3
修改分享文案
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
soa/controllers/v1/LivingController.php
soa/controllers/v1/LivingController.php
View file @
8bf2400
...
...
@@ -268,7 +268,7 @@ class LivingController extends BaseController
$ret
[
'background_pic'
]
=
$ret
[
'background_pic'
]
?
:
'http://img11.static.yhbimg.com/global/2016/08/17/18/01f17a9cd44149052482e4ee58e590cf1b.png'
;
$ret
[
'share_url'
]
=
'http://m.yohobuy.com/activity/live/'
.
$room_id
;
$ret
[
'share_title'
]
=
'YOHO!BUY有货双11直播开始啦,快
来
看!'
;
$ret
[
'share_title'
]
=
'YOHO!BUY有货双11直播开始啦,快
开
看!'
;
$ret
[
'share_content'
]
=
'YOHO!BUY有货火热直播中,潮牌型品双11价独享,等你来!'
;
$dependency
=
new
\yii\caching\DbDependency
([
'sql'
=>
Yii
::
$app
->
db
...
...
@@ -321,7 +321,7 @@ class LivingController extends BaseController
$ret
[
'background_pic'
]
=
'http://img11.static.yhbimg.com/global/2016/08/17/18/01f17a9cd44149052482e4ee58e590cf1b.png'
;
$ret
[
'share_url'
]
=
'http://m.yohobuy.com/activity/live/replay/'
.
$video_id
;
$ret
[
'share_title'
]
=
'YOHO!BUY有货双11直播开始啦,快
来
看!'
;
$ret
[
'share_title'
]
=
'YOHO!BUY有货双11直播开始啦,快
开
看!'
;
$ret
[
'share_content'
]
=
'YOHO!BUY有货火热直播中,潮牌型品双11价独享,等你来!'
;
$dependency
=
new
\yii\caching\DbDependency
([
'sql'
=>
Yii
::
$app
->
db
...
...
Please
register
or
login
to post a comment