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
郝肖肖
8 years ago
Commit
e84f889106b4034848ad60ef37744b16ad159c83
1 parent
29d9f340
dev环境改成正式环境
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
library/LibModels/Wap/Home/CartData.php
library/LibModels/Wap/Home/CartData.php
View file @
e84f889
...
...
@@ -267,9 +267,7 @@ class CartData
}
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
// print_r(Yohobuy::get(API_URL, $param));
return
Yohobuy
::
get
(
'http://192.168.102.205:8080/gateway/'
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
/**
...
...
@@ -306,7 +304,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
);
}
/**
...
...
@@ -500,7 +498,7 @@ class CartData
}
$param
[
'use_yoho_coin'
]
=
$useYohoCoin
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
'http://192.168.102.205:8080/gateway/'
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
/**
...
...
Please
register
or
login
to post a comment