|
|
@@ -46,6 +46,7 @@ class AuthController extends PublicController
|
|
|
$sign = hash_hmac('sha256', $stringSignTemp, $secret);
|
|
|
$url = Yii::$app->params['ghsUniCloudHost'] . "/getMobileNumber?sign=" . $sign . "&" . $stringSignTemp;
|
|
|
$response = json_decode(file_get_contents($url), true);
|
|
|
+ Yii::info($url);
|
|
|
Yii::info(json_encode($response));
|
|
|
}
|
|
|
|