init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -62,7 +62,7 @@ class CheckLogin | ... | @@ -62,7 +62,7 @@ class CheckLogin |
| 62 | 62 | ||
| 63 | private function getDepartment() | 63 | private function getDepartment() |
| 64 | { | 64 | { |
| 65 | $url = 'http://151.28ms.com:8088/department/getTree'; | 65 | $url = 'http://151.28ms.com:8180/department/getTree'; |
| 66 | $res = json_decode(file_get_contents($url)); | 66 | $res = json_decode(file_get_contents($url)); |
| 67 | $products = $res->data; | 67 | $products = $res->data; |
| 68 | return $products; | 68 | return $products; |
| ... | @@ -70,7 +70,7 @@ class CheckLogin | ... | @@ -70,7 +70,7 @@ class CheckLogin |
| 70 | 70 | ||
| 71 | private function getCustomerManagers() | 71 | private function getCustomerManagers() |
| 72 | { | 72 | { |
| 73 | $url = 'http://151.28ms.com:8088/system/user/getAllCustomerManager'; | 73 | $url = 'http://151.28ms.com:8180/system/user/getAllCustomerManager'; |
| 74 | $res = json_decode(file_get_contents($url)); | 74 | $res = json_decode(file_get_contents($url)); |
| 75 | $products = $res->data; | 75 | $products = $res->data; |
| 76 | return $products; | 76 | return $products; |
| ... | @@ -78,7 +78,7 @@ class CheckLogin | ... | @@ -78,7 +78,7 @@ class CheckLogin |
| 78 | 78 | ||
| 79 | private function getOperatorManagers() | 79 | private function getOperatorManagers() |
| 80 | { | 80 | { |
| 81 | $url = 'http://151.28ms.com:8088/system/user/getOperatorManager'; | 81 | $url = 'http://151.28ms.com:8180/system/user/getOperatorManager'; |
| 82 | $res = json_decode(file_get_contents($url)); | 82 | $res = json_decode(file_get_contents($url)); |
| 83 | $products = $res->data; | 83 | $products = $res->data; |
| 84 | return $products; | 84 | return $products; | ... | ... |
-
Please register or sign in to post a comment