mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-24 02:13:59 +08:00
15 lines
294 B
PHP
15 lines
294 B
PHP
<?php
|
|
/**
|
|
* Api访问授权所需要的key
|
|
* @since 2016-11-29
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\admin\model;
|
|
|
|
|
|
class Keys extends Base {
|
|
protected $autoWriteTimestamp = true;
|
|
protected $createTime = 'addTime';
|
|
protected $updateTime = false;
|
|
} |