rabin 2 years ago
parent
commit
1abc119ab2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      service/agent/daemon/tool.php

+ 7 - 0
service/agent/daemon/tool.php

@@ -0,0 +1,7 @@
+<?php
+
+define('DEVER_DAEMON', true);
+
+include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../index.php');
+
+Dever::load('agent/lib/tool.pushcard_old');