|
|
@@ -555,7 +555,7 @@ class DispatchService
|
|
|
'user_lat' => (string)$order['lat'], // 用户地址纬度
|
|
|
'user_address' => $order['fullAddress'], // 用户详细地址
|
|
|
'weight' => $order['weight'] * 1000, // 物品重量(单位:克)
|
|
|
- 'product_type' => 4, // 物品类型(4:鲜花绿植)
|
|
|
+ 'product_type' => 14, // 物品类型(14:鲜花)
|
|
|
'push_time' => time(), // 推单时间(秒级时间戳)
|
|
|
//shop 平台级开发者需要传入
|
|
|
// 'shop' => [ // 发货店铺信息
|