25 Star 218 Fork 72

BBBUG/BBBUG API

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
System.php 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2021-04-22 10:32 +08:00 . fix: 代码格式化
<?php
namespace app\api\controller;
use app\api\BaseController;
class System extends BaseController
{
public function time()
{
return jok("Hello World!", [
'time' => intval(microtime(true) * 1000),
]);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/bbbug_com/ChatAPI.git
git@gitee.com:bbbug_com/ChatAPI.git
bbbug_com
ChatAPI
BBBUG API
master

搜索帮助