SecondaryEnum.php 113 B

12345678
  1. <?php
  2. namespace app\index\enum;
  3. class SecondaryEnum
  4. {
  5. const CREATE_ORDER_KEY = 'secondary:create_order';
  6. }