shish il y a 6 ans
Parent
commit
c1d4799af8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/mobile/controllers/MainController.php

+ 1 - 1
app/mobile/controllers/MainController.php

@@ -31,7 +31,7 @@ class MainController extends PublicController
 	{
 	{
 		echo "<pre>";
 		echo "<pre>";
 		echo $_SERVER['HTTP_HOST'];print_r($_SERVER);die;
 		echo $_SERVER['HTTP_HOST'];print_r($_SERVER);die;
-		$time = time();
+		$time = time(); 
 		$signer = new Sha256();
 		$signer = new Sha256();
 		$key = new Key('testing');
 		$key = new Key('testing');
 		$token = (new Builder())->issuedBy('http://example.com')//发布者的url地址
 		$token = (new Builder())->issuedBy('http://example.com')//发布者的url地址