Commit cee3d3e0 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent e7003f4f
...@@ -90,8 +90,7 @@ class RhawnOrdersService ...@@ -90,8 +90,7 @@ class RhawnOrdersService
} }
//获取订单发票信息 //获取订单发票信息
$platformId = app(ZhenKhService::class)->apiService->getPlatformInfo('id'); $dataEntries = app(ZhenKhService::class)->apiService->getPlatformDataEntries('zkh_order_invoice');
$dataEntries = $this->dataEntries->getEntriesValues($platformId,'zkh_order_invoice');
$dataEntries = json_decode(current($dataEntries)['data_values'],true); $dataEntries = json_decode(current($dataEntries)['data_values'],true);
$updateOrderArray = []; $updateOrderArray = [];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment