cqp 3 månader sedan
förälder
incheckning
4765c93c16
1 ändrade filer med 1 tillägg och 1 borttagningar
  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];
             return [true, $return];
         }
         }
 
 
-        $msg = $return['message'] ?? '未知接口错误';
+        $msg = $return['msg'] ?? '未知接口错误';
         return [false, $msg];
         return [false, $msg];
     }
     }
 }
 }