console.php 622 B

1234567891011121314151617
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 控制台配置
  4. // +----------------------------------------------------------------------
  5. return [
  6. // 指令定义
  7. 'commands' => [
  8. 'Total' => 'app\command\Total',
  9. 'Task' => 'app\command\Task',
  10. 'OrderPush' => 'app\command\OrderPush',
  11. 'WeixinPush' => 'app\command\WeixinPush',
  12. 'WeixinPushOrder' => 'app\command\WeixinPushOrder',
  13. 'ExpInquiry' => 'app\command\ExpInquiry',
  14. 'TotalXh' => 'app\command\TotalXh',
  15. 'MemberTag' => 'app\command\MemberTag'
  16. ],
  17. ];