{
"CgiCmd": "SsoFriend.Op.AddTag",
"CgiRequest": {
"IndexId": 6,
"TagName": "分组10111111"
}
}
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": "SsoFriend.Op.AddTag",
"CgiRequest": {
"IndexId": 6,
"TagName": "分组10111111"
}
}'
{
"CgiBaseResponse": {
"ErrMsg": "string",
"Ret": 0
},
"ResponseData": {
"IndexId": 0,
"TagId": 0,
"TagName": "string"
}
}