@@ -47,7 +47,6 @@ class AuthController extends PublicController
$url = Yii::$app->params['ghsUniCloudHost'] . "/getMobileNumber?sign=" . $sign . "&" . $stringSignTemp;
$response = json_decode(file_get_contents($url), true);
Yii::info(json_encode($response));
- return $response;
}
//准备授权 ssh 2019.11.19