|
|
@@ -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;
|
|
|
}
|
|
|
|