{
"CgiCmd": "SsoUploadMultiMsg",
"CgiRequest": {
"ToUin": {{GroupId}},
"ToType": 2,
"MsgBodys": [
{
"Content": "啊1\n\n",
"Image": {
"FileId": 2317662628,
"FileMd5": "+7b2KF5p38KAufcoj0Kdtg==",
"FileSize": 198967,
"Height": 1920,
"Url": "http://gchat.qpic.cn/gchatpic_new/69734488/965940431-2317662628-FBB6F6285E69DFC280B9F7288F429DB6/0?term=255&is_origin=0",
"Width": 1080
}
},
{
"Content": "啊2",
"Image": {
"FileId": 2421915320,
"FileMd5": "BT/2h50lmDN65KSS1Fiz8Q==",
"FileSize": 312112,
"Height": 2206,
"Url": "http://gchat.qpic.cn/gchatpic_new/69734488/965940431-2421915320-053FF6879D2598337AE4A492D458B3F1/0?term=255&is_origin=0",
"Width": 1654
}
}
]
}
}
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": "SsoUploadMultiMsg",
"CgiRequest": {
"ToUin": 123456789,
"ToType": 2,
"MsgBodys": [
{
"Content": "啊1\n\n",
"Image": {
"FileId": 2317662628,
"FileMd5": "+7b2KF5p38KAufcoj0Kdtg==",
"FileSize": 198967,
"Height": 1920,
"Url": "http://gchat.qpic.cn/gchatpic_new/69734488/965940431-2317662628-FBB6F6285E69DFC280B9F7288F429DB6/0?term=255&is_origin=0",
"Width": 1080
}
},
{
"Content": "啊2",
"Image": {
"FileId": 2421915320,
"FileMd5": "BT/2h50lmDN65KSS1Fiz8Q==",
"FileSize": 312112,
"Height": 2206,
"Url": "http://gchat.qpic.cn/gchatpic_new/69734488/965940431-2421915320-053FF6879D2598337AE4A492D458B3F1/0?term=255&is_origin=0",
"Width": 1654
}
}
]
}
}'
{
"CgiBaseResponse": {
"ErrMsg": "string",
"Ret": 0
},
"ResponseData": {
"ResId": "string"
}
}