王大坤 1 年之前
父节点
当前提交
a7bbdbaa7e
共有 1 个文件被更改,包括 6 次插入6 次删除
  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