Parcourir la source

generate_report.sh

jinxia.mo il y a 2 ans
Parent
commit
c5106c4531
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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