2024-08-31 01:03:37 +08:00

17 lines
684 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
//同名文件处理;
define("REPEAT_RENAME", 'rename'); // 已存在则重命名;文件夹不处理
define("REPEAT_RENAME_FOLDER", 'rename_folder'); // 文件夹已存在则重命名,文件的话重命名
define("REPEAT_REPLACE", 'replace'); // 已存在则替换;文件夹不处理
define("REPEAT_SKIP", 'skip'); // 已存在则跳过;
//错误码定义
define("ERROR_CODE_LOGOUT",'10001'); // 需要登录token过期等情况
define("ERROR_CODE_USER_INVALID",'10002'); // 登录:账号被禁用或尚未启用;
define("ERROR_IMG_CODE",'10011'); // 验证码错误
define("KOD_DECODE_INSERT_SIZE",'60003');
define("KOD_DECODE_INLINE",'60004');