王大坤 hace 1 año
padre
commit
a7bbdbaa7e
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      request_script.sh

+ 6 - 6
request_script.sh

xqd
@@ -2,12 +2,12 @@
 
 # 将特定的命令列表赋给变量
 COMMANDS=(
-    "php artisan buildStory"
-    "php artisan buildTitle"
-    "php artisan buildKeyword"
-    "php artisan buildSd"
-    "php artisan getOpensdDetail"
-    "php artisan buildPinyin"
+    "/usr/bin/php81/php artisan buildStory"
+    "/usr/bin/php81/php artisan buildTitle"
+    "/usr/bin/php81/php artisan buildKeyword"
+    "/usr/bin/php81/php artisan buildSd"
+    "/usr/bin/php81/php artisan getOpensdDetail"
+    "/usr/bin/php81/php artisan buildPinyin"
 )
 
 while true