暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/reporting' \
--form 'appid="10000"' \
--form 'usertoken="2776a27942362a6162cd298a4a423454847a80f2"' \
--form 'type="2"' \
--form 'target_id="1"' \
--form 'tag="垃圾广告"' \
--form 'content="举报说明"' \
--form 'timestamp="-"'
{
"code": 1,
"msg": "举报成功",
"data": [],
"timestamp": 1698927052
}