<?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";
}