- export LANG=zh_CN.utf8
- export LC_ALL=zh_CN.utf8
- export SERVICE='http://127.0.0.1:8080/script/exec/js'
- export AUTHB64=''
- echo "SJS=''"
- echo "INPUT=''"
- echo 'curl --location --request POST "${SERVICE}?filepath=${SJS}" --header "Authorization: Basic ${AUTHB64}" --form "input=${INPUT}";echo'
|