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.DwhConst.php

8 lines
162 B
PHP

<?php
class DwhConst {
const dwhPushLogJsTs = 'dwh_push_log_js_ts';
const dwhLogRuleJsTs = 'dwh_log_rule_js_ts';
const redisKeyDwhJsTs = 'dwh_js_ts';
}