{
"CurrentChatroomContactSeq": 0,
"CurrentWxcontactSeq": 0,
"Wxid": "string"
}
curl --location --request POST '/GetContractList' \
--header 'Content-Type: application/json' \
--data-raw '{
"CurrentChatroomContactSeq": 0,
"CurrentWxcontactSeq": 0,
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"ContactUsernameList": [
"string"
],
"CountinueFlag": 0,
"CurrentChatRoomContactSeq": 0,
"CurrentWxcontactSeq": 0
},
"Message": "string",
"Success": true
}