Authored by 周少峰

update api app_version

@@ -105,7 +105,7 @@ class Yohobuy @@ -105,7 +105,7 @@ class Yohobuy
105 { 105 {
106 $clientType = self::clientType(); 106 $clientType = self::clientType();
107 $param = array( 107 $param = array(
108 - 'app_version' => '3.8.2', 108 + 'app_version' => '4.9.0',
109 'client_type' => $clientType, 109 'client_type' => $clientType,
110 'os_version' => 'yohobuy:h5', 110 'os_version' => 'yohobuy:h5',
111 'private_key' => self::$privateKeyList[$clientType], 111 'private_key' => self::$privateKeyList[$clientType],
@@ -34,7 +34,6 @@ class LoginData @@ -34,7 +34,6 @@ class LoginData
34 $param['area'] = $area; 34 $param['area'] = $area;
35 $param['profile'] = $profile; 35 $param['profile'] = $profile;
36 $param['password'] = $password; 36 $param['password'] = $password;
37 - $param['app_version'] = '4.0.0';  
38 $param['client_type'] = $type; 37 $param['client_type'] = $type;
39 $param['private_key'] = Yohobuy::$privateKeyList[$type]; 38 $param['private_key'] = Yohobuy::$privateKeyList[$type];
40 if (!empty($shoppingKey)) { 39 if (!empty($shoppingKey)) {