cqp 3 kuukautta sitten
vanhempi
sitoutus
4765c93c16
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Console/Commands/U8SettleInventory.php

+ 1 - 1
app/Console/Commands/U8SettleInventory.php

@@ -254,7 +254,7 @@ class U8SettleInventory extends Command
             return [true, $return];
         }
 
-        $msg = $return['message'] ?? '未知接口错误';
+        $msg = $return['msg'] ?? '未知接口错误';
         return [false, $msg];
     }
 }