Authored by 周少峰

remove api log, add address complete mobile

@@ -12,7 +12,6 @@ @@ -12,7 +12,6 @@
12 namespace Api; 12 namespace Api;
13 13
14 use WebPlugin\Cache; 14 use WebPlugin\Cache;
15 -use WebPlugin\UdpLog;  
16 class Yohobuy 15 class Yohobuy
17 { 16 {
18 /* 正式环境 */ 17 /* 正式环境 */
@@ -176,7 +175,6 @@ class Yohobuy @@ -176,7 +175,6 @@ class Yohobuy
176 if (!empty($data)) { 175 if (!empty($data)) {
177 $url = self::httpBuildQuery($url, $data); 176 $url = self::httpBuildQuery($url, $data);
178 } //echo $url; 177 } //echo $url;
179 - UdpLog::info($url);  
180 /* 开启缓存的情况 */ 178 /* 开启缓存的情况 */
181 if ($cache && USE_CACHE) { 179 if ($cache && USE_CACHE) {
182 // 先尝试获取一级缓存(master), 有数据则直接返回. 180 // 先尝试获取一级缓存(master), 有数据则直接返回.
@@ -1098,6 +1098,7 @@ class CartModel @@ -1098,6 +1098,7 @@ class CartModel
1098 $build['isSupport'] = $value['is_support']; 1098 $build['isSupport'] = $value['is_support'];
1099 $build['zipCode'] = $value['zip_code']; 1099 $build['zipCode'] = $value['zip_code'];
1100 $build['mobile'] = $mobile; 1100 $build['mobile'] = $mobile;
  1101 + $build['completeMobile'] = $value['mobile'];
1101 $build['phoneCode'] = isset($phone[1]) ? $phone[0] : ''; 1102 $build['phoneCode'] = isset($phone[1]) ? $phone[0] : '';
1102 $build['phoneNum'] = isset($phone[1]) ? $phone[1] : ''; 1103 $build['phoneNum'] = isset($phone[1]) ? $phone[1] : '';
1103 $build['phone'] = $value['phone']; 1104 $build['phone'] = $value['phone'];