* @Link https://gitee.com/xmo/MineAdmin */ declare(strict_types=1); return [ 'response_success' => 'request success', 'response_error' => 'request fail', 'data_no_change' => 'There has been no change in the data', 'not_found' => 'The resource you are accessing does not exist', 'not_allow_method' => 'Access to resources in [:method] is not allowed', 'allow_method' => 'Only allowed [:method] access to resources', 'network_image_save_fail' => 'Network picture saving failed', 'redis_lock_error' => 'Redis lock error, please try again', 'resubmit' => 'Access is too frequent, please visit later', 'api_stop' => 'The interface has been deactivated', 'access_denied' => 'Illegal access is denied', 'interface_exception' => 'Interface exception', 'api_auth_exception' => 'Interface authentication exception', 'api_auth_fail' => 'Interface authentication failed', ];