Commit bba03531 authored by hangjun83's avatar hangjun83

openapi

parent 5f699e1c
...@@ -32,7 +32,6 @@ class BideService extends PlatformAbstractService ...@@ -32,7 +32,6 @@ class BideService extends PlatformAbstractService
// yield 循环逐行读取csv内容 // yield 循环逐行读取csv内容
while ($generator->valid()) { while ($generator->valid()) {
$content = $generator->current(); $content = $generator->current();
var_dump($content);
app(KafkaService::class)->produerSend( app(KafkaService::class)->produerSend(
[ [
'params' => ['cas' => current($content)], 'params' => ['cas' => current($content)],
......
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