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
Rock Zhang
9 years ago
Commit
283ed105f1ad26e594cf729c39c84ee5d6475a15
1 parent
a3c5cd54
更换api和service地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
283ed10
...
...
@@ -24,8 +24,8 @@ class Yohobuy
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
/* 测试环境 */
const
API_URL
=
'http://devapi.yoho.cn:58078/'
;
const
SERVICE_URL
=
'http://devservice.yoho.cn:58077/'
;
const
API_URL
=
'http://testapi.yoho.cn:58078/'
;
const
SERVICE_URL
=
'http://testservice.yoho.cn:58077/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
YOHOBUY_ORDER
=
'http://192.168.102.205:8084/order/'
;
//我的订单
const
API_URL_MYCENTER
=
'http://192.168.102.205:8081/users/'
;
// 我的个人中心接口URL
...
...
Please
register
or
login
to post a comment