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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
446b030f53f9167b33eadcbed3487306ee76644d
2 parents
ec2c30e1
fca40144
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
library/Api/Yohobuy.php
template/m.yohobuy.com/actions/index/shoppingCart/gift-advance.phtml → template/m.yohobuy.com/actions/index/shoppingcart/gift-advance.phtml
template/m.yohobuy.com/actions/index/shoppingCart/index.phtml → template/m.yohobuy.com/actions/index/shoppingcart/index.phtml
template/m.yohobuy.com/actions/index/shoppingCart/order-ensure.phtml → template/m.yohobuy.com/actions/index/shoppingcart/order-ensure.phtml
template/m.yohobuy.com/actions/index/shoppingCart/select-address.phtml → template/m.yohobuy.com/actions/index/shoppingcart/select-address.phtml
template/m.yohobuy.com/actions/index/shoppingCart/select-coupon.phtml → template/m.yohobuy.com/actions/index/shoppingcart/select-coupon.phtml
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
library/Api/Yohobuy.php
View file @
446b030
...
...
@@ -23,16 +23,16 @@ class Yohobuy
// 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/'
;
const
SERVICE_URL
=
'http://serviceh5.yoho.cn/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
// /* 测试环境 */
// const API_URL = 'http://testapi.yoho.cn:28078/';
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
// const API_URL = 'http://apih5.yoho.cn/';
// const API_URL2 = 'http://apih5.yoho.cn/';
// const SERVICE_URL = 'http://serviceh5.yoho.cn/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
/* 测试环境 */
const
API_URL
=
'http://testapi.yoho.cn:28078/'
;
const
SERVICE_URL
=
'http://testservice.yoho.cn:28077/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
/**
* 私钥列表
*
...
...
template/m.yohobuy.com/actions/index/shopping
C
art/gift-advance.phtml → template/m.yohobuy.com/actions/index/shopping
c
art/gift-advance.phtml
View file @
446b030
template/m.yohobuy.com/actions/index/shopping
C
art/index.phtml → template/m.yohobuy.com/actions/index/shopping
c
art/index.phtml
View file @
446b030
template/m.yohobuy.com/actions/index/shopping
C
art/order-ensure.phtml → template/m.yohobuy.com/actions/index/shopping
c
art/order-ensure.phtml
View file @
446b030
template/m.yohobuy.com/actions/index/shopping
C
art/select-address.phtml → template/m.yohobuy.com/actions/index/shopping
c
art/select-address.phtml
View file @
446b030
template/m.yohobuy.com/actions/index/shopping
C
art/select-coupon.phtml → template/m.yohobuy.com/actions/index/shopping
c
art/select-coupon.phtml
View file @
446b030
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
View file @
446b030
...
...
@@ -8,7 +8,7 @@ use Plugin\Helpers;
/**
* 购物车
*/
class
Shopping
C
artController
extends
AbstractAction
class
Shopping
c
artController
extends
AbstractAction
{
/*
* 购物车首页
...
...
Please
register
or
login
to post a comment