rabin hace 1 año
padre
commit
865c10cb17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Ship.php

+ 1 - 1
src/Ship.php

@@ -87,7 +87,7 @@ class Ship
 				$send['tracking_no'] = $v1;
 				$send['express_company'] = $express['wechat_number'];
 				$send['item_desc'] = $goods_name;
-				$send['contact']['receiver_contact'] = Dever::mobile($address['phone']);
+				$send['contact']['receiver_contact'] = Dever::hide($address['phone']);
 				$param['shipping_list'][] = $send;
 			}
 		}