...
|
...
|
@@ -200,7 +200,7 @@ class OrderData |
|
|
* @param type $address_id
|
|
|
* @return type
|
|
|
*/
|
|
|
public static function updateDeliveryAddress($order_code, $user_name, $area_code, $address, $mobile, $phone)
|
|
|
public static function updateDeliveryAddress($order_code, $user_name, $area_code, $address, $mobile, $phone, $uid)
|
|
|
{
|
|
|
// 构建必传参数
|
|
|
$param = Yohobuy::param();
|
...
|
...
|
@@ -210,6 +210,7 @@ class OrderData |
|
|
$param['area_code'] = $area_code;
|
|
|
$param['address'] = $address;
|
|
|
$param['mobile'] = $mobile;
|
|
|
$param['uid'] = $uid;
|
|
|
if($phone){
|
|
|
$param['phone'] = $phone;
|
|
|
}
|
...
|
...
|
|