Ver Fonte

得润宝

cqp há 1 dia atrás
pai
commit
4765c93c16
1 ficheiros alterados com 1 adições e 1 exclusões
  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];
     }
     }
 }
 }