|
|
@@ -51,7 +51,7 @@ class LogisticYDService
|
|
|
"county" => $order->district,
|
|
|
"name" => $order->consignee_name,
|
|
|
"phone" => $order->consignee_phone,
|
|
|
- "province" => $order->province
|
|
|
+ "province" => $order->province ?? $order->city,
|
|
|
],
|
|
|
"sender" => $sender
|
|
|
];
|