Commit 4f6ab836 by sikang

del cache

parent aaad16f2
...@@ -260,12 +260,15 @@ then ...@@ -260,12 +260,15 @@ then
python update_gateway.py python update_gateway.py
fi fi
elif (($commod == '26'));then elif (($commod == '26')) || (($commod == '266'));then
params=""
if (($commod == '266'));then
params="?name=${app_name// /%20}";fi
echo " " echo " "
echo "${corp_id} ${app_name} " echo "${corp_id} ${app_name} "
echo "包名:${app_id}" echo "包名:${app_id}"
echo "对内协议:${agreement_url}?name=${app_name// /%20}" echo "对内协议:${agreement_url}${params}"
echo "对外协议:${home}/privacy.html?name=${app_name// /%20}" echo "对外协议:${home}/privacy.html${params}"
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