Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
whb
9 years ago
Commit
fe3d9e4180ded2f6fbeea82e84fb276d47c55cf2
1 parent
7760fc66
资源修改为线上的
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
library/Api/Yohobuy.php
yohobuy/www.yohobuy.com/application/models/Index/Home.php
library/Api/Yohobuy.php
View file @
fe3d9e4
...
...
@@ -18,10 +18,10 @@ class Yohobuy
{
/* 正式环境 */
// const API_URL = 'http://api2.open.yohobuy.com/';
// const API_URL2 = 'http://api.open.yohobuy.com/';
// const SERVICE_URL = 'http://service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
const
API_URL
=
'http://api2.open.yohobuy.com/'
;
const
API_URL2
=
'http://api.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://service.api.yohobuy.com/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
// const API_URL = 'http://apih5.yoho.cn/';
// const API_URL2 = 'http://apih5.yoho.cn/';
...
...
@@ -30,10 +30,10 @@ class Yohobuy
// const API_OLD = 'http://api2.open.yohobuy.com/';
/* 测试环境 */
const
API_URL
=
'http://testapi.yoho.cn:28078/'
;
// 'http://192.168.102.205:8080/gateway/'
const
SERVICE_URL
=
'http://testservice.yoho.cn:28077/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
API_OLD
=
'http://test2.open.yohobuy.com/'
;
// const API_URL = 'http://testapi.yoho.cn:28078/'; // 'http://192.168.102.205:8080/gateway/'
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_OLD = 'http://test2.open.yohobuy.com/';
/* 预览环境 */
// const API_URL = 'http://preapi.yoho.cn/';
...
...
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
fe3d9e4
...
...
@@ -46,15 +46,15 @@ class HomeModel
//lifestyle:8a341ca7eacc069ba80f02dec80eaf34,1b053fd044834f5c86d5eb15fb237af9
// 男首首页
const
CODE_BOYS_CHANNEL
=
'
c15bf0cbfbd4893fd70c869c991f6d3d
'
;
const
CODE_BOYS_CHANNEL
=
'
79372627eee75d73afe7f9bac91e5ce6
'
;
// 女首首页
const
CODE_GIRLS_CHANNEL
=
'
a519ba44ef3a85cf3c05e405c6ba8e53
'
;
const
CODE_GIRLS_CHANNEL
=
'
75215008957605c05e8cd375eac4f817
'
;
// 潮童首页
const
CODE_KIDS_CHANNEL
=
'
a7741b94e8bb9d56d0d36e00c05956f7
'
;
const
CODE_KIDS_CHANNEL
=
'
d71f4b27f2a7229fbb31a4bc490a6f36
'
;
// 创意生活新
const
CODE_LIFESTYLE_CHANNEL
=
'
1b053fd044834f5c86d5eb15fb237af9
'
;
const
CODE_LIFESTYLE_CHANNEL
=
'
8a341ca7eacc069ba80f02dec80eaf34
'
;
// 创意生活
const
CODE_LIFESTYLE_CHANNEL_1
=
'380c38155fd8beee10913a3f5b462da6'
;
...
...
Please
register
or
login
to post a comment