Commit 2d77486c authored by hangjun83's avatar hangjun83

openapi 震坤行

parent cee3d3e0
......@@ -90,8 +90,7 @@ class RhawnOrdersService
}
//获取订单发票信息
$dataEntries = app(ZhenKhService::class)->apiService->getPlatformDataEntries('zkh_order_invoice');
$dataEntries = json_decode(current($dataEntries)['data_values'],true);
$dataEntries = app(ZhenKhService::class)->apiService->getPlatformDataEntries('zkh_order_invoice','data_values');
$updateOrderArray = [];
$updateOrderArray['cus_id'] = $dataEntries['id'];
......
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