|
|
@@ -73,15 +73,21 @@ class DidiAdapter extends Didi implements Adapter
|
|
|
],
|
|
|
// 普通货运业务类型
|
|
|
[
|
|
|
- 'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
+ 'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
+ 'carType' => 1020, // 车型 -- 三轮车
|
|
|
+ 'serviceLevel' => 0,
|
|
|
+ //'serviceType' => 1,
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
'carType' => 1012, // 车型 -- 微面
|
|
|
- 'serviceLevel' => 0, // 服服务等级
|
|
|
+ 'serviceLevel' => 0,
|
|
|
//'serviceType' => 1,
|
|
|
],
|
|
|
[
|
|
|
- 'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
+ 'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
'carType' => 1001, // 车型 -- 小面包
|
|
|
- 'serviceLevel' => 0, // 服服务等级
|
|
|
+ 'serviceLevel' => 0,
|
|
|
//'serviceType' => 1,
|
|
|
],
|
|
|
];
|
|
|
@@ -91,14 +97,17 @@ class DidiAdapter extends Didi implements Adapter
|
|
|
'bizType' => 0, // 业务类型 -- 普通货运
|
|
|
'carType' => 1020, // 车型 -- 三轮车
|
|
|
'serviceLevel' => 0, // 服服务等级
|
|
|
- //'serviceType' => 1, // 服务类型(快送专用,拉货不需要传)
|
|
|
],
|
|
|
[
|
|
|
'bizType' => 0,
|
|
|
'carType' => 1012, // 微面
|
|
|
'serviceLevel' => 0,
|
|
|
- //'serviceType' => 1,
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'bizType' => 0,
|
|
|
+ 'carType' => 1001, // 车型 -- 小面包
|
|
|
+ 'serviceLevel' => 0,
|
|
|
+ ],
|
|
|
];
|
|
|
//$ret = $this->queryCityInfo(null, (float)$receiver['toLongitude'], (float)$receiver['toLatitude']);
|
|
|
|