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
ab6e9faa18eb71829dd6b603fd1f0b3f5c019a26
1 parent
f55f9358
换用新的api和service地址
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
library/Api/Yohobuy.php
template/m.yohobuy.com/partials/layout/use.phtml
library/Api/Yohobuy.php
View file @
ab6e9fa
...
...
@@ -24,8 +24,8 @@ class Yohobuy
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
/* 测试环境 */
const
API_URL
=
'http://test2.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://test.service.api.yohobuy.com/'
;
const
API_URL
=
'http://devapi.yoho.cn:58078/'
;
const
SERVICE_URL
=
'http://devservice.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
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
ab6e9fa
...
...
@@ -276,17 +276,13 @@
seajs.use('js/me/personal-details');
</script>
{{/if}}
<<<<<<< HEAD
{{#if browseRecordPage}}
<script>
seajs.use('js/me/browse-record');
</script>
{{/if}}
=======
{{#if logisticInfoPage}}
<script>
seajs.use('js/me/logistic');
</script>
{{/if}}
>>>>>>> feature/logistic
...
...
Please
register
or
login
to post a comment