{
"CgiCmd": "MessageSvc.PbSendMsg",
"CgiRequest": {
"ToUin": {{GroupId}},
"ToType": 2,
"SubMsgType": 12,
"Content": ""
}
}
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,
"SubMsgType": 12,
"Content": ""
}
}'
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "string"
},
"ResponseData": {
"MsgTime": 0
},
"Data": null
}