mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
add pin friend test
This commit is contained in:
parent
4898fae002
commit
d4d9f7a3db
@ -547,7 +547,7 @@ openim::test::update_pin_status() {
|
|||||||
local request_body=$(cat <<EOF
|
local request_body=$(cat <<EOF
|
||||||
{
|
{
|
||||||
"ownerUserID": "${ownerUserID}",
|
"ownerUserID": "${ownerUserID}",
|
||||||
"friendUserIDs": [${friendUserIDs}],
|
"friendUserID": [${friendUserIDs}],
|
||||||
"isPinned": ${isPinned}
|
"isPinned": ${isPinned}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user