Przeglądaj źródła

generate_report.sh

jinxia.mo 2 lat temu
rodzic
commit
c5106c4531
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      public/collectImgNew/generate_report.sh

+ 3 - 1
public/collectImgNew/generate_report.sh

@@ -1 +1,3 @@
-node index.js --url=https://front.mingxuejinbang.com/elective/report/index?token=Bearer%20eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImE3M2Q3ZmY1LTI2YjMtNGJkMi1hNWIxLTBhMzM2NzhiM2M1YyJ9.uqNLm6XFhUuA1GEp4FU9I7Z_tB4dR2jEBh6pzFvwgcibdcCZ1YJcP4MX_aUyfwBD5FelYJWZUHe1v5B4VipHjg --path=2022选科报告.pdf
+cd /app/report_headless/
+url="$1/elective/report/index?reportType=$2&token=Bearer%20$3"
+node index.js --url=$url --path=$4