|
|
@@ -166,6 +166,7 @@ class PropertyOrderLogic extends BaseLogic
|
|
|
'user_info' => ['mobile'=>$userInfo['mobile']],
|
|
|
'lon' => $propertyHeadInfo['lon']?:0,
|
|
|
'lat' => $propertyHeadInfo['lat']?:0,
|
|
|
+ 'equity_external_source' => 1,
|
|
|
]);
|
|
|
Log::write(json_encode($serviceOrderParams,JSON_UNESCAPED_UNICODE));
|
|
|
$result = ServiceOrderLogic::submitOrder($serviceOrderParams);
|