{
"CgiCmd": "MessageSvc.PbSendMsg",
"CgiRequest": {
"ToUin": 192801941,
"ToType": 1,
"Images": [
{
"FileMd5": "EZEu+Is4XUneRv1gZyJP5Q==",
"FileSize": 544988,
"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": 192801941,
"ToType": 1,
"Images": [
{
"FileMd5": "EZEu+Is4XUneRv1gZyJP5Q==",
"FileSize": 544988,
"Height": 1920,
"Width": 1080
}
]
}
}'
{
"CgiBaseResponse": {
"Ret": 0,
"ErrMsg": "string"
},
"ResponseData": {
"MsgTime": 0
},
"Data": null
}