Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
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
eb39559deb47f7168eed86926f9c7fc937b8bf74
1 parent
ccd1def9
修改java-api的地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
eb39559
...
...
@@ -27,7 +27,7 @@ class Yohobuy
const
API_URL
=
'http://test2.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://test.service.api.yohobuy.com/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
API_URL_MYCENTER
=
'http://192.168.102.2
13:8080
/api-gateway-web/'
;
// 我的个人中心接口URL
const
API_URL_MYCENTER
=
'http://192.168.102.2
05:8081
/api-gateway-web/'
;
// 我的个人中心接口URL
const
API_URL_SHOPINGCART
=
'http://192.168.102.213:8080/api-gateway-web/'
;
// 我的购物车接口URL
const
API_URL_PRODUCTDETAIL
=
'http://192.168.102.209:18080/yoho-product/'
;
// 商品详情页
...
...
Please
register
or
login
to post a comment