52 Star 573 Fork 140

MZ/ModStartCMS

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ResponseCodes.php 227 Bytes
Copy Edit Raw Blame History
server authored 2021-09-09 16:05 +08:00 . 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

Search