Repost Post

请用 (https://sns.bj.themez.cc/mobile_api/publication_repost) API for access publication repost endpoint


Post 参数

参数 描述
session_id Access token ID 例如: de25cc16eb00960f076...
post_id Post int ID 例如: 4567

成功响应

{
        "post_reposts": 1,
        "message": "",
        "code": 200,
        "data":{
            "repost": true
        }
    }
    

错误响应

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

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