{
"sendUserType": 0,
"receiveUids": "string",
"receiveUidShows": "string",
"messageBody": {
"title": "string",
"content": "string",
"picUrl": "string",
"jumpUrl": "string"
},
"sendType": 0,
"sendTimeTag": 0,
"sendTimeMs": 0
}curl --location --request POST 'https://apip2.xuance365.com/javamessage//message/send-users-message-for-admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"sendUserType": 0,
"receiveUids": "string",
"receiveUidShows": "string",
"messageBody": {
"title": "string",
"content": "string",
"picUrl": "string",
"jumpUrl": "string"
},
"sendType": 0,
"sendTimeTag": 0,
"sendTimeMs": 0
}'{
"code": 0,
"msg": "",
"traceId": "",
"data": {
"adminUid": 0,
"sendUserType": 0,
"receiveUids": [
0
],
"messageBody": {
"title": "",
"content": "",
"picUrl": "",
"jumpUrl": ""
},
"sendType": 0,
"sendTimeTag": 0,
"sendTimeMs": 0
}
}