Commit d3603454 by 段志勇

95549

parent 5bb2d0cb
...@@ -62,8 +62,8 @@ RESPONSE=${PGY_RESPONSE//\\n/} ...@@ -62,8 +62,8 @@ RESPONSE=${PGY_RESPONSE//\\n/}
echo_log "${RESPONSE}" echo_log "${RESPONSE}"
RESPONSE_CODE=$(echo $RESPONSE | jq '.code') RESPONSE_CODE=$(echo $RESPONSE | jq '.code')
DD_ICON_URL=$(echo $RESPONSE | jq '.data.appIcon') DD_ICON_URL=$(echo $RESPONSE | jq '.data.buildIcon')/120
DD_DOWN_URL=$(echo $RESPONSE | jq '.data.appShortcutUrl') DD_DOWN_URL=$(echo $RESPONSE | jq '.data.buildShortcutUrl')
if [ $RESPONSE_CODE -ne 0 ]; then if [ $RESPONSE_CODE -ne 0 ]; then
echo_error "upload error" echo_error "upload error"
......
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