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
郝肖肖
9 years ago
Commit
2e6d5b9d70762532bb7e67d4b9088f427e7482fd
1 parent
e8ff61d1
分流uid 转数字
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
2e6d5b9
...
...
@@ -716,9 +716,8 @@ class Yohobuy
$mod
=
0
;
if
(
isset
(
$param
[
'uid'
]))
{
$param
[
'uid'
]
=
intval
(
$param
[
'uid'
]);
$uid
=
$param
[
'uid'
];
$mod
=
$param
[
'uid'
]
%
1024
;
$uid
=
intval
(
$param
[
'uid'
]);
$mod
=
$uid
%
1024
;
}
if
(
$mod
>
128
||
$uid
===
0
)
{
...
...
Please
register
or
login
to post a comment