mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update Auth.php
This commit is contained in:
parent
5d234c90f8
commit
f81230351b
@ -14,13 +14,13 @@ use think\exception\HttpResponseException;
|
|||||||
abstract class Auth extends Controller
|
abstract class Auth extends Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 当前接口类型
|
* 当前请求终端类型
|
||||||
* -- 苹果接口访问 isoapp
|
|
||||||
* -- 安装接口访问 android
|
|
||||||
* -- 手机浏览器访问 wap
|
* -- 手机浏览器访问 wap
|
||||||
* -- 电脑浏览器访问 web
|
* -- 电脑浏览器访问 web
|
||||||
* -- 微信小程序访问 wxapp
|
* -- 微信小程序访问 wxapp
|
||||||
* -- 微信服务号访问 wechat
|
* -- 微信服务号访问 wechat
|
||||||
|
* -- 苹果应用接口访问 isoapp
|
||||||
|
* -- 安卓应用接口访问 android
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $type;
|
protected $type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user