cqp 1 روز پیش
والد
کامیت
4765c93c16
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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];
     }
 }