xxxrrrdddd 3 年之前
父节点
当前提交
36961ada7c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      work

+ 3 - 3
work

@@ -25,8 +25,8 @@ abstract class Com{
     }
 }
 
-//require __DIR__.'/commands/mobile_activity.php';
-//require __DIR__.'/commands/mobile_order_expired.php';
-require __DIR__.'/commands/mobile_order_unpay_notify.php';
+foreach (glob(__DIR__.'/commands/*.php') as $file){
+    require $file;
+}
 
 WO::runAll();