We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827bb2 commit 9d97aeaCopy full SHA for 9d97aea
laravel/app/Http/Repository/BusRepository.php
@@ -402,7 +402,7 @@ public function cronTaskTable()
402
'LineGuid' => $task['LineGuid'],
403
'LineInfo' => $task['LineInfo'],
404
];
405
- $data = $this->getLine('APTSLine.aspx', $post)['line'];
+ $data = $this->getLineData2('APTSLine.aspx', $post)['line'];
406
$content = json_encode($data, JSON_UNESCAPED_UNICODE);
407
if (!empty($content) && strlen($content) > 20) {
408
// 入库操作 1 ----- 木渎
0 commit comments