Commit 2f6ec441 by 段志勇

add

parent 107a4f11
...@@ -63,7 +63,7 @@ RESPONSE=${PGY_RESPONSE//\\n/} ...@@ -63,7 +63,7 @@ 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.buildIcon') DD_ICON_URL=$(echo $RESPONSE | jq '.data.buildIcon')
DD_DOWN_URL=$(echo $RESPONSE | jq '.data.buildShortcutUrl') DD_DOWN_URL=$(echo $RESPONSE | jq '.data.buildKey')
echo_log ${DD_ICON_URL} echo_log ${DD_ICON_URL}
echo_log ${DD_DOWN_URL} echo_log ${DD_DOWN_URL}
......
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