{
"CgiCmd": "MessageSvc.PbSendMsg",
"CgiRequest": {
"ToUin": {{GroupId}},
"ToType": 2,
"Images": [
{
"FileId": 2189296530,
"FileMd5": "l/AhMiKD4Ne3ftLj8BopEQ==",
"FileSize": 17616,
"Height": 1920,
"Width": 1080
}
]
}
}
curl --location -g --request POST 'http://127.0.0.1:8086/v1/LuaApiCaller?funcname=MagicCgiCmd&timeout=10&qq=123456789' \
--header 'Content-Type: application/json' \
--data-raw '{
"CgiCmd": "MessageSvc.PbSendMsg",
"CgiRequest": {
"ToUin": 123456789,
"ToType": 2,
"Images": [
{
"FileId": 2189296530,
"FileMd5": "l/AhMiKD4Ne3ftLj8BopEQ==",
"FileSize": 17616,
"Height": 1920,
"Width": 1080
}
]
}
}'
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "string"
},
"ResponseData": {
"MsgTime": 0
},
"Data": null
}