瀏覽代碼

威科姆

mead 3 月之前
父節點
當前提交
501ec629d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Weikemu/Control.php

+ 1 - 1
src/Weikemu/Control.php

@@ -232,7 +232,7 @@ class Control implements ControlInterface
                 for ($i = 0; $i <= 30; $i++) {
                     sleep(1);
                     if ($this->isDev) var_dump($i);
-                    $data = $this->bikeStatusSync->getBikeBoxInfo(':' . $msgId);
+                    $data = $this->bikeStatusSync->getBikeBoxInfo(":{$box_no}:{$msgId}");
                     if ($data) {
                         $response = $this->decodeData($data);
                         break;