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
Rock Zhang
2016-01-28 13:36:32 +0800
Commit
7f3bcd66a37d660a5d6d3669cf77b3a99089d247
1 parent
49f99926
修改等级信息调用接口method的值app.Passport.vip为app.passport.vip
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Home/GradeData.php
library/LibModels/Wap/Home/GradeData.php
View file @
7f3bcd6
...
...
@@ -25,7 +25,7 @@ class GradeData
$param
=
Yohobuy
::
param
();
$param
[
'yh_channel'
]
=
$channel
;
$param
[
'uid'
]
=
$uid
;
$param
[
'method'
]
=
'app.
P
assport.vip'
;
$param
[
'method'
]
=
'app.
p
assport.vip'
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
$urlList
[
'grade'
]
=
Yohobuy
::
httpBuildQuery
(
Yohobuy
::
API_URL
,
$param
);
...
...
Please
register
or
login
to post a comment