lin yang 7 years ago
parent
commit
e310a38639
1 changed files with 3 additions and 2 deletions
  1. 3 2
      components/PhpClient.php

+ 3 - 2
components/PhpClient.php

@@ -13,8 +13,9 @@ class PhpClient {
     private $corr_id;
     private $result = '';
 
-//   CONST HOST = "172.30.118.225";
-    CONST HOST = "localhost";
+ // CONST HOST = "172.30.118.225";
+    CONST HOST = "192.168.74.1";
+    //   CONST HOST = "localhost";
 
     CONST PORT = 5673; //默认5672
     CONST USER = "guest"; //用户名