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
8ba2647c2d7aa7e25962850604d1711fbfd6c09a
1 parent
59f75f82
添加uid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
library/LibModels/Web/Product/PayData.php
library/LibModels/Web/Product/PayData.php
View file @
8ba2647
...
...
@@ -25,6 +25,7 @@ class PayData
{
$param
=
Yohobuy
::
param
();
$param
[
'client_type'
]
=
'web'
;
$param
[
'uid'
]
=
intval
(
$uid
);
$param
[
'private_key'
]
=
Yohobuy
::
$privateKeyList
[
'web'
];
$param
[
'method'
]
=
'web.SpaceOrders.getOrderCountByUid'
;
...
...
Please
register
or
login
to post a comment