xxxrrrdddd 3 years ago
parent
commit
36961ada7c
1 changed files with 3 additions and 3 deletions
  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();