报告个人资料

请用 (https://sns.bj.themez.cc/mobile_api/profile_report) 用于访问用户配置文件报告端点的API


Post 参数

参数 描述
session_id Access token ID 例如: de25cc16eb00960f076...
user_id User int ID 例如: 12
reason Report reason int ID (This value must be an int number as shown on the right)

For example, if you want to report spam account, then this value should be 1
  • 1 = This user using this account for smap
  • 2 = This user pretended to be someone
  • 3 = This user posting inappropriate content
  • 4 = This is a fake account
  • 5 = This is a fraudulent account
  • 6 = Other
comment Comment to the reviwer `Please take some actions. Thanks!`

成功响应

{
        "code": 200,
        "message": "Report sent successfully",
        "data": []
    }
    

错误响应

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "User id is missing or invalid",
        "data": []
    }

    {
        "code": 400,
        "message": "Report reason id is missing or invalid",
        "data": []
    }