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