1 Star 11 Fork 3

ZX/php-code-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global_code.go 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZX 提交于 2023-09-16 14:26 +08:00 . 增加goravel工具库
package global
const (
// 接口返回成功
SUCCESS int = 200
// 返回错误
FAIL int = 400
// 需要授权
GRANT int = 401
// 数据库 状态定义 10 正常 99删除
NORMAL int = 10
DELETE int = 99
// 后台token名称
API_TOKEN string = "X-Token"
// token存活时间
TOKEN_TIME int = 10 * 3600
// 定义debug开启判断的字符
DEBUG = "JUMP_DEBUG"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/open-php/php-code-generator.git
git@gitee.com:open-php/php-code-generator.git
open-php
php-code-generator
php-code-generator
v0.1.0

搜索帮助