cqp 1 сар өмнө
parent
commit
4765c93c16

+ 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];
     }
 }