|
@@ -384,7 +384,7 @@ class CartData |
|
@@ -384,7 +384,7 @@ class CartData |
384
|
$param['debug'] = 'Y';
|
384
|
$param['debug'] = 'Y';
|
385
|
$param['client_type'] = 'h5'; // 需要ERP统计WAP的下单量
|
385
|
$param['client_type'] = 'h5'; // 需要ERP统计WAP的下单量
|
386
|
if(Helpers::is_weixin()) {
|
386
|
if(Helpers::is_weixin()) {
|
387
|
- $param['client_type'] = 'weixin';
|
387
|
+ $param['client_type'] = 'wechat';
|
388
|
}
|
388
|
}
|
389
|
$param['private_key'] = Yohobuy::$privateKeyList['android']; // H5默认使用Android的私钥
|
389
|
$param['private_key'] = Yohobuy::$privateKeyList['android']; // H5默认使用Android的私钥
|
390
|
$param['method'] = 'app.Shopping.submit';
|
390
|
$param['method'] = 'app.Shopping.submit';
|