get("jjdata_guid"); if(!$guid || empty($guid)) { $client = new \SoapClient("http://110.88.153.177:802/ConvergenceServiceBoot/webservice/Authentication?wsdl"); $param = [ 'userid' => $userid, 'password' => $password ]; $rst = $client->loginByAccount($param); $rst = json_decode($rst, true); return $rst; } } }