Commit d3603454 by 段志勇

95549

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