소스 검색

http网址

shish 6 년 전
부모
커밋
c1d4799af8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 $_SERVER['HTTP_HOST'];print_r($_SERVER);die;
-		$time = time();
+		$time = time(); 
 		$signer = new Sha256();
 		$key = new Key('testing');
 		$token = (new Builder())->issuedBy('http://example.com')//发布者的url地址