|
|
@@ -494,7 +494,7 @@ class OrderService extends BaseService
|
|
|
[
|
|
|
"tracking_no" => $deliveryNo,
|
|
|
"express_company" => $deliveryCompany,
|
|
|
- "item_desc" => $goodsName."*".$goodsNum.$goodsUnit,
|
|
|
+ "item_desc" => $goodsName."x".$goodsNum.$goodsUnit,
|
|
|
"contact" => [
|
|
|
"receiver_contact" => isset($order['receiver_mobile']) && $order['receiver_mobile'] ? format_mobile($order['receiver_mobile']) : format_mobile($mobile)
|
|
|
|