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
郝肖肖
8 years ago
Commit
8545c8025de9c77caba488e78bd388ed2bd0ed64
1 parent
789ce5f8
有货币使用接口环境改成正式环境
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
library/LibModels/Web/Home/CartData.php
library/LibModels/Web/Home/CartData.php
View file @
8545c80
...
...
@@ -259,7 +259,7 @@ class CartData
$param
[
'uid'
]
=
$uid
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
'http://192.168.102.205:8080/gateway/'
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
/**
...
...
@@ -303,7 +303,7 @@ class CartData
$param
[
'uid'
]
=
$uid
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
'http://192.168.102.205:8080/gateway/'
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
/**
...
...
@@ -568,7 +568,7 @@ class CartData
}
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
$data
=
Yohobuy
::
get
(
'http://192.168.102.205:8080/gateway/'
,
$param
);
$data
=
Yohobuy
::
get
(
API_URL
,
$param
);
//展览票不显示区域,上面要求的。@高扬、@徐洪云,2016/7/6
if
(
isset
(
$data
[
'data'
])
&&
!
empty
(
$data
[
'data'
][
'goods_list'
]))
{
...
...
Please
register
or
login
to post a comment