Authored by cailing

微信商城客户端类型

... ... @@ -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';
... ...
... ... @@ -87,7 +87,7 @@ class BindData
$param = Yohobuy::param();
if(Helpers::is_weixin()) {
$param['client_type'] = 'weixin';
$param['client_type'] = 'wechat';
}
$param['method'] = 'app.passport.bind';
$param['mobile'] = $mobile;
... ...