bingyu-duanxinwangzhan/message-code/message-admin/application/common/lazada/lazop/Constants.php

17 lines
260 B
PHP
Executable File

<?php
/**
* Created by PhpStorm.
* User: lock
* Date: 2020/8/22
* Time: 1:57 PM
*/
namespace app\common\lazada\lazop;
class Constants
{
static $log_level_debug = "DEBUG";
static $log_level_info = "INFO";
static $log_level_error = "ERROR";
}