You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/libs/const/class.AdminBackgroundConst.php

14 lines
510 B
PHP

<?php
class AdminBackgroundConst {
const actionLogin = 'login';
const actionLogout = 'logout';
const actionAddAdminSelfMall = 'add_admin_self_mall';
const actionRemoveAdminSelfMall = 'remove_admin_self_mall';
const actionDeleteTimerSpec = 'delete_timer_spec';
const actionUpdateTimerSpec = 'update_timer_spec';
const actionAddTimerSpec = 'add_timer_spec';
const actionDecryptMallName = 'decrypt_mall_name';
const actionMock = 'mock';
const actionChangeMoveOnlyDesktop = 'change_move_only_desktop';
}