rabin 3 năm trước cách đây
mục cha
commit
49365ccd68
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      learn/active/src/Auth.php

+ 8 - 0
learn/active/src/Auth.php

@@ -4,6 +4,14 @@ namespace Active\Src;
 use Dever;
 Class Auth
 {
+	# 获取链接
+	public function link()
+	{
+		$link = 'https://learn.churenyiliao.com/active/#/';
+
+		return Dever::location($link);
+	}
+
 	#验证码登录
 	public function login()
 	{