Просмотр исходного кода

Merge branch 'zhongqi-hb' of git.huaml.com:zhh/huahuibao into zhongqi-hb

shizhongqi 7 месяцев назад
Родитель
Сommit
8f53fae7e5
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      common/components/jwt.php

+ 3 - 3
common/components/jwt.php

@@ -72,9 +72,9 @@ class jwt
 		if ($sourceId != $currentSourceId) {
 			return 0;
 		}
-        if (!$token->validate($data)) {
-            Yii::info('token时间验证没有通过,但还是返回了uniqueId:'.$uniqueId.'。 token:' . $token);
-        }
+//        if (!$token->validate($data)) {
+//            Yii::info('token时间验证没有通过,但还是返回了uniqueId:'.$uniqueId.'。 token:' . $token);
+//        }
 		return $uniqueId;
 	}