pull/1532/head
AndrewZuo01 2 years ago
parent f96f680115
commit f21bdcd9d8

@ -545,7 +545,7 @@ EOF
) )
echo "Requesting to update pin status: $request_body" echo "Requesting to update pin status: $request_body"
local response=$(${CCURL} "${Token}" "${OperationID}" "${Header}" "${INSECURE_OPENIMAPI}/friend/update_pin_status" -d "${request_body}") local response=$(${CCURL} "${Token}" "${OperationID}" "${Header}" "${INSECURE_OPENIMAPI}/friend/set_pin_friend" -d "${request_body}")
openim::test::check_error "$response" openim::test::check_error "$response"
} }

Loading…
Cancel
Save