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
hf
9 years ago
Commit
04f7c1ba188ef4961b1dd8644cb67208a872a62c
1 parent
a0f0c6a6
modify call appp.Shopping.submit client type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Home/CartData.php
library/LibModels/Wap/Home/CartData.php
View file @
04f7c1b
...
...
@@ -351,7 +351,7 @@ class CartData
$param
=
Yohobuy
::
param
();
$param
[
'debug'
]
=
'Y'
;
$param
[
'client_type'
]
=
'h5'
;
// 需要ERP统计WAP的下单量
$param
[
'private_key'
]
=
Yohobuy
::
$privateKeyList
[
'android'
];
$param
[
'private_key'
]
=
Yohobuy
::
$privateKeyList
[
'android'
];
// H5默认使用Android的私钥
$param
[
'method'
]
=
'app.Shopping.submit'
;
$param
[
'address_id'
]
=
$addressId
;
$param
[
'cart_type'
]
=
$cartType
;
...
...
Please
register
or
login
to post a comment