26a710c6 by yangjianbin

init

1 parent 5c81f949
......@@ -62,7 +62,7 @@ class CheckLogin
private function getDepartment()
{
$url = 'http://151.28ms.com:8088/department/getTree';
$url = 'http://151.28ms.com:8180/department/getTree';
$res = json_decode(file_get_contents($url));
$products = $res->data;
return $products;
......@@ -70,7 +70,7 @@ class CheckLogin
private function getCustomerManagers()
{
$url = 'http://151.28ms.com:8088/system/user/getAllCustomerManager';
$url = 'http://151.28ms.com:8180/system/user/getAllCustomerManager';
$res = json_decode(file_get_contents($url));
$products = $res->data;
return $products;
......@@ -78,7 +78,7 @@ class CheckLogin
private function getOperatorManagers()
{
$url = 'http://151.28ms.com:8088/system/user/getOperatorManager';
$url = 'http://151.28ms.com:8180/system/user/getOperatorManager';
$res = json_decode(file_get_contents($url));
$products = $res->data;
return $products;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!