{
"guid": "string",
"content": "string",
"user_list": [
"string"
],
"media_list": [
{
"type": 0,
"fileid": "string",
"md5": "string",
"size": 0,
"width": 0,
"height": 0,
"video_len": 0,
"store_type": 0
}
],
"link_info": {
"title": "string",
"content_url": "string"
},
"finder_info": {
"feed_type": 0,
"nickname": "string",
"url": "string",
"cover_url": "string",
"thumb_url": "string",
"avatar": "string",
"desc": "string",
"extras": "string"
},
"poi_info": {
"city": "string",
"latitude": "string",
"longitude": "string",
"poi_name": "string",
"poi_address": "string",
"poi_scale": "string",
"poi_classify_id": "string",
"poi_classify_type": "string",
"poi_clickable_status": "string"
}
}curl --location '/sns/post_sns' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"content": "string",
"user_list": [
"string"
],
"media_list": [
{
"type": 0,
"fileid": "string",
"md5": "string",
"size": 0,
"width": 0,
"height": 0,
"video_len": 0,
"store_type": 0
}
],
"link_info": {
"title": "string",
"content_url": "string"
},
"finder_info": {
"feed_type": 0,
"nickname": "string",
"url": "string",
"cover_url": "string",
"thumb_url": "string",
"avatar": "string",
"desc": "string",
"extras": "string"
},
"poi_info": {
"city": "string",
"latitude": "string",
"longitude": "string",
"poi_name": "string",
"poi_address": "string",
"poi_scale": "string",
"poi_classify_id": "string",
"poi_classify_type": "string",
"poi_clickable_status": "string"
}
}'{
"error_code": 0,
"error_message": "string",
"data": {
"baseRsp": {
"retCode": 0,
"errorMsg": "string"
},
"postInfo": {},
"totalSendCnt": 0
}
}