Commit 672a04bb by sikang

空格encode

parent 14ff1d8b
...@@ -254,8 +254,8 @@ elif (($commod == '26'));then ...@@ -254,8 +254,8 @@ elif (($commod == '26'));then
echo " " echo " "
echo "${corp_id} ${app_name} " echo "${corp_id} ${app_name} "
echo "包名:${app_id}" echo "包名:${app_id}"
echo "对内协议:${agreement_url}?name=${app_name}" echo "对内协议:${agreement_url}?name=${app_name// /%20}"
echo "对外协议:${home}/privacy.html?name=${app_name}" echo "对外协议:${home}/privacy.html?name=${app_name// /%20}"
echo "gateway:${gateway_url}" echo "gateway:${gateway_url}"
echo "官网:${home}" echo "官网:${home}"
echo " " echo " "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment