This commit is contained in:
AndrewZuo01 2023-12-11 17:25:20 +08:00
parent f96f680115
commit f21bdcd9d8

View File

@ -545,7 +545,7 @@ EOF
)
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"
}