|
|
@@ -105,7 +105,7 @@ class Shop extends BaseController
|
|
|
'order_id' => $orderId,
|
|
|
'uid' => $request->user['uid'],
|
|
|
'real_name' => $address['real_name'],
|
|
|
- 'phone' => $address['phone'],
|
|
|
+ 'user_phone' => $address['phone'],
|
|
|
'province' => $address['province'],
|
|
|
'city' => $address['city'],
|
|
|
'district' => $address['district'],
|