50 Star 562 Fork 138

MZ/ModStartCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ResponseCodes.php 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
server 提交于 4年前 . develop
<?php
namespace Module\Vendor\Support;
class ResponseCodes
{
const API_TOKEN_EMPTY = 1000;
const LOGIN_REQUIRED = 1001;
const CAPTCHA_ERROR = 1002;
const PERMIT_DENIED = 1003;
const DEFAULT_ERROR = -1;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/modstart/ModStartCMS.git
git@gitee.com:modstart/ModStartCMS.git
modstart
ModStartCMS
ModStartCMS
master

搜索帮助